diff -r 4641d8d99a7d Lib/test/__main__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/test/__main__.py Sat May 19 20:56:05 2012 -0700 @@ -0,0 +1,3 @@ +import os + +execfile(os.path.join(os.path.dirname(__file__), "regrtest.py"))