summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/autotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/autotest.py')
-rw-r--r--lib/python2.7/test/autotest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python2.7/test/autotest.py b/lib/python2.7/test/autotest.py
deleted file mode 100644
index 41c2088..0000000
--- a/lib/python2.7/test/autotest.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# This should be equivalent to running regrtest.py from the cmdline.
-# It can be especially handy if you're in an interactive shell, e.g.,
-# from test import autotest.
-
-from test import regrtest
-regrtest.main()