mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-29 06:32:40 -06:00
16 lines
419 B
Python
16 lines
419 B
Python
|
|
||
|
# images converted with wxPython's img2py.py tool
|
||
|
|
||
|
# 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
|
||
|
#
|
||
|
# o 2.5 compatability update.
|
||
|
#
|
||
|
|
||
|
from wx.lib.embeddedimage import PyEmbeddedImage
|
||
|
|
||
|
EofImage = PyEmbeddedImage(
|
||
|
"iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAABHNCSVQICAgIfAhkiAAAADpJ"
|
||
|
"REFUeJxdjsENADAIAsUJbv8p3aB90WD5KJwJCihrZg4g+06Q88EM0quqFkh1dqQAtZcfrIcc"
|
||
|
"5OEFYDIVnsU0yrQAAAAASUVORK5CYII=")
|
||
|
|