From 75d43c839e12d6251c6ad26970cd0c4f3ef28de7 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 28 Mar 2008 10:52:42 +0000 Subject: Fixed an import --- Lib/lib2to3/tests/test_fixers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/lib2to3/tests/test_fixers.py b/Lib/lib2to3/tests/test_fixers.py index 6d33672..3b2945c 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 -- cgit v0.12