home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Lib / test / test_tokenize.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  400 b   |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. findfile
  5. import tokenize
  6. import os
  7. import sys
  8. if verbose:
  9.     print 'starting...'
  10.  
  11. file = open(findfile('tokenize_tests.py'))
  12. tokenize.tokenize(file.readline)
  13. if verbose:
  14.     print 'finished'
  15.  
  16.