Files for 2.1b1 distribution.
[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()