summaryrefslogtreecommitdiffstats
path: root/Lib/test/autotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/autotest.py')
-rw-r--r--Lib/test/autotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/autotest.py b/Lib/test/autotest.py
index 57f371b..41c2088 100644
--- a/Lib/test/autotest.py
+++ b/Lib/test/autotest.py
@@ -2,5 +2,5 @@
# It can be especially handy if you're in an interactive shell, e.g.,
# from test import autotest.
-import regrtest
+from test import regrtest
regrtest.main()