summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/tests
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-03-28 10:52:42 +0000
committerChristian Heimes <christian@cheimes.de>2008-03-28 10:52:42 +0000
commit75d43c839e12d6251c6ad26970cd0c4f3ef28de7 (patch)
tree235e6a6d9d88dc550f9f24a72fd1e1d36689eace /Lib/lib2to3/tests
parent51d1864eaed5aceaec2476828c6879c900b64b5e (diff)
downloadcpython-git-75d43c839e12d6251c6ad26970cd0c4f3ef28de7.tar.gz
Fixed an import
Diffstat (limited to 'Lib/lib2to3/tests')
-rwxr-xr-xLib/lib2to3/tests/test_fixers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/tests/test_fixers.py b/Lib/lib2to3/tests/test_fixers.py
index 6d33672344..3b2945c875 100755
--- a/Lib/lib2to3/tests/test_fixers.py
+++ b/Lib/lib2to3/tests/test_fixers.py
@@ -6,7 +6,7 @@
try:
from tests import support
except ImportError:
- import support
+ from . import support
# Python imports
import unittest