Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d1864 commit 75d43c8Copy full SHA for 75d43c8
1 file changed
Lib/lib2to3/tests/test_fixers.py
@@ -6,7 +6,7 @@
6
try:
7
from tests import support
8
except ImportError:
9
- import support
+ from . import support
10
11
# Python imports
12
import unittest
0 commit comments