mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
This commit is contained in:
parent
7e4b5c6773
commit
eceebeb14f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue