This commit was manufactured by cvs2svn to create tag 'r23b1-mac'.
[python/dscho.git] / Lib / test / testall.py
blob23493940c7b8de274bf0c8d45b01222bfc09e250
1 # Backward compatibility -- you should use regrtest instead of this module.
2 import sys, regrtest
3 sys.argv[1:] = ["-vv"]
4 regrtest.main()