home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.exe / TESTALL.PY < prev    next >
Encoding:
Text File  |  1997-03-07  |  140 b   |  5 lines

  1. # Backward compatibility -- you should use regrtest instead of this module.
  2. import sys, regrtest
  3. sys.argv[1:] = ["-vv"]
  4. regrtest.main()
  5.