summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/testall.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/testall.py')
-rw-r--r--lib/python2.7/test/testall.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/python2.7/test/testall.py b/lib/python2.7/test/testall.py
deleted file mode 100644
index 5b5cf01..0000000
--- a/lib/python2.7/test/testall.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Backward compatibility -- you should use regrtest instead of this module.
-from warnings import warnpy3k
-warnpy3k("the test.testall module has been removed in Python 3.0",
- stacklevel=2)
-del warnpy3k
-
-
-import sys, regrtest
-sys.argv[1:] = ["-vv"]
-regrtest.main()