source: trunk/essentials/dev-lang/python/Lib/test/testall.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 136 bytes
Line 
1# Backward compatibility -- you should use regrtest instead of this module.
2import sys, regrtest
3sys.argv[1:] = ["-vv"]
4regrtest.main()
Note: See TracBrowser for help on using the repository browser.