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 sys
|
||||||
import unittest
|
import unittest
|
||||||
from . import support
|
from test import support
|
||||||
|
|
||||||
|
|
||||||
class TestMultipleFeatures(unittest.TestCase):
|
class TestMultipleFeatures(unittest.TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user