diff options
| author | Christian Heimes <christian@cheimes.de> | 2008-03-28 10:52:42 +0000 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2008-03-28 10:52:42 +0000 |
| commit | 75d43c839e12d6251c6ad26970cd0c4f3ef28de7 (patch) | |
| tree | 235e6a6d9d88dc550f9f24a72fd1e1d36689eace /Lib/lib2to3/tests | |
| parent | 51d1864eaed5aceaec2476828c6879c900b64b5e (diff) | |
| download | cpython-git-75d43c839e12d6251c6ad26970cd0c4f3ef28de7.tar.gz | |
Fixed an import
Diffstat (limited to 'Lib/lib2to3/tests')
| -rwxr-xr-x | Lib/lib2to3/tests/test_fixers.py | 2 |
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 |
