commit | eceebeb14fdc1716c1d951a2ae8102eb80eaa87b | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 25 13:29:14 2011 +0200 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sat Jun 25 13:29:14 2011 +0200 |
tree | 966e30d1c5690cc86f48fc7e6d25458fcf4f1103 | |
parent | 7e4b5c6773bc1c134fad73679294e2afc0ee8924 [diff] [blame] |
Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
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 @@ import sys import unittest -from . import support +from test import support class TestMultipleFeatures(unittest.TestCase):