home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 (Extra) / ENTER.ISO / files / OO / f_0379 / python-core-2.2.2 / lib / test / testall.py < prev    next >
Encoding:
Text File  |  2004-03-27  |  136 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.