home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
GestionFichiers
/
metamorphose
/
metamorphose2_0.8.2_setup.exe
/
metamorphose2.exe
/
select.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2011-01-12
|
545b
|
20 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
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, 'select.pyd')
mod = imp.load_dynamic(__name__, path)
__load()
del __load