home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.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.