summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9ca3a36..ed03a07 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):