summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_doctest2.py')
-rw-r--r--Lib/test/test_doctest2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_doctest2.py b/Lib/test/test_doctest2.py
index 00b6cc4..31bf6e8 100644
--- a/Lib/test/test_doctest2.py
+++ b/Lib/test/test_doctest2.py
@@ -5,7 +5,7 @@ like static and class methods.
yup
"""
-import test_support
+from test import test_support
class C(object):
"""Class C.