Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
This commit is contained in:
parent
7e4b5c6773
commit
eceebeb14f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue