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

Skip to content

Commit 75d43c8

Browse files
committed
Fixed an import
1 parent 51d1864 commit 75d43c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/lib2to3/tests/test_fixers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
try:
77
from tests import support
88
except ImportError:
9-
import support
9+
from . import support
1010

1111
# Python imports
1212
import unittest

0 commit comments

Comments
 (0)