#----------------------------------------------------------------------
# This file was generated by img2py.py
#
#from wxPython.wx import wxBitmapFromXPMData, wxImageFromBitmap
import cPickle, zlib, wx
def getData():
return cPickle.loads(zlib.decompress(
'x\xdam\x90\xbb\x0e\xc3 \x0cE\xf7|\x85\xa5\x0et\xba\x82!\x15s#\xb1f\xc8\xe25\
\xca\x98H\xf4\xff\xa7\x86\x87]\x92r\r\xc39\xc2F\xf2\xf3\xf8\xb8a1\xeeE\xe7\
\x19\xc9\x99a]\x0ch\xa3\xf7\xb1n{&:\xe91\xd9T\x99\xe7\xc4\xdezk\x0bs\xe2\xe0\
\xc3T9\n\x07_\xfb\xaf\xb9I\x00\x7f\x12\xf9\xa2\xd3\x0e\x91\xa5M&\x14\t\x8e\
\x8c\x92\xdfG\x88\\\xab\x95\xe2\xf8\xfe\x12\x9af\xe6,\x11\x19c\xe3tf\xebD^\
\x9cJMg!\xdd-\xa9\xc4\x17\\\x08X\x80' ))
def getBitmap():
return getImage().ConvertToBitmap()
def getImage():
return wx.Image("img/open.bmp", wx.BITMAP_TYPE_ANY)
|