home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / re.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-04-22  |  345 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.2)
  3.  
  4. '''Minimal "re" compatibility wrapper'''
  5. engine = 'sre'
  6. if engine == 'sre':
  7.     from sre import *
  8.     from sre import __all__
  9. else:
  10.     from pre import *
  11.     from pre import __all__
  12.