home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / testall.py < prev    next >
Text File  |  2003-12-30  |  136b  |  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.