home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg3.cab / re.py < prev    next >
Encoding:
Python Source  |  2005-02-15  |  180 b   |  7 lines

  1. """Minimal "re" compatibility wrapper.  See "sre" for documentation."""
  2.  
  3. engine = "sre" # Some apps might use this undocumented variable
  4.  
  5. from sre import *
  6. from sre import __all__
  7.