home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Bureautique
/
gImageReader
/
gimagereader_0.9-1_win32.exe
/
bin
/
atk.pyc
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2011-03-24
|
534b
|
20 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.7)
def __load():
import imp as imp
import os as os
import sys as sys
try:
dirname = os.path.dirname(__loader__.archive)
except NameError:
dirname = sys.prefix
path = os.path.join(dirname, 'atk.pyd')
mod = imp.load_dynamic(__name__, path)
__load()
del __load