home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2005 March
/
PCWELT_3_2005.ISO
/
pcwsoft
/
framework-2.2.exe
/
re.py
< 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 Source
|
2003-12-30
|
180 b
|
7 lines
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__