home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Bureautique
/
gImageReader
/
gimagereader_0.9-1_win32.exe
/
bin
/
pywin
/
mfc
/
thread.pyc
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2011-03-24
|
1KB
|
32 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.7)
import object
import win32ui
class WinThread(object.CmdTarget):
def __init__(self, initObj = None):
if initObj is None:
initObj = win32ui.CreateThread()
object.CmdTarget.__init__(self, initObj)
def InitInstance(self):
pass
def ExitInstance(self):
pass
class WinApp(WinThread):
def __init__(self, initApp = None):
if initApp is None:
initApp = win32ui.GetApp()
WinThread.__init__(self, initApp)