Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eceebeb

Browse files
committed
Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
1 parent 7e4b5c6 commit eceebeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_future5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import sys
55
import unittest
6-
from . import support
6+
from test import support
77

88

99
class TestMultipleFeatures(unittest.TestCase):

0 commit comments

Comments
 (0)