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 fa8224f..7507aed 100644
--- a/Lib/test/test___future__.py
+++ b/Lib/test/test___future__.py
@@ -1,5 +1,5 @@
#! /usr/bin/env python
-from test_support import verbose, verify
+from test.test_support import verbose, verify
from types import TupleType, StringType, IntType
import __future__