home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra 07 & 08
/
pca1507.iso
/
Software
/
psp8
/
Data1.cab
/
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-04-22
|
345 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__