home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 / ONCK021.iso / Suite_OpenOffice2.0 / 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.