diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-06-25 11:29:49 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-06-25 11:29:49 (GMT) |
commit | 36a9de041ba4af3e6df011f8f577fd75b25002eb (patch) | |
tree | 4a82f1470f849751553a529203d0c080064c8182 | |
parent | bc808224b6fb6f829df4bf6bb04d3a64f6e4ddcb (diff) | |
parent | eceebeb14fdc1716c1d951a2ae8102eb80eaa87b (diff) | |
download | cpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.zip cpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.tar.gz cpython-36a9de041ba4af3e6df011f8f577fd75b25002eb.tar.bz2 |
Issue #12408: Merge.
-rw-r--r-- | Lib/test/test_future5.py | 2 |
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): |