diff options
Diffstat (limited to 'Lib/test/autotest.py')
-rw-r--r-- | Lib/test/autotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/autotest.py b/Lib/test/autotest.py index 57f371bd4e..41c2088727 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() |