home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 11
/
OneClick11.iso
/
Bancos de Dados
/
Conversao
/
Mysql2Excel
/
Setup.exe
/
Mysql2Excel.exe
/
re.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2003-06-23
|
330 b
|
12 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.2)
'''Minimal "re" compatibility wrapper'''
engine = 'sre'
if engine == 'sre':
from sre import *
from sre import __all__
else:
from pre import *
from pre import __all__