summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_future.py')
-rw-r--r--Lib/test/test_future.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py
index 764584c..62bc857 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -1,6 +1,6 @@
# Test various flavors of legal and illegal future statements
-from test_support import unload
+from test.test_support import unload
import re
rx = re.compile('\((\S+).py, line (\d+)')