summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-06-25 11:29:49 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-06-25 11:29:49 (GMT)
commit36a9de041ba4af3e6df011f8f577fd75b25002eb (patch)
tree4a82f1470f849751553a529203d0c080064c8182
parentbc808224b6fb6f829df4bf6bb04d3a64f6e4ddcb (diff)
parenteceebeb14fdc1716c1d951a2ae8102eb80eaa87b (diff)
downloadcpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.zip
cpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.tar.gz
cpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.tar.bz2
Issue #12408: Merge.
-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):