home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 March / INTERNET115.ISO / pc / software / windows / building / python / python_233.exe / RE.PY < prev    next >
Encoding:
Python Source  |  2003-01-31  |  186 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.