summaryrefslogtreecommitdiff
path: root/Lib/test/test_future5.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_future5.py')
-rw-r--r--Lib/test/test_future5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_future5.py b/Lib/test/test_future5.py
index 9ca3a364f7..ed03a07037 100644
--- a/Lib/test/test_future5.py
+++ b/Lib/test/test_future5.py
@@ -3,7 +3,7 @@ from __future__ import unicode_literals, print_function
import sys
import unittest
-from . import support
+from test import support
class TestMultipleFeatures(unittest.TestCase):