diff options
Diffstat (limited to 'Lib/lib2to3/tests/test_all_fixers.py')
| -rw-r--r-- | Lib/lib2to3/tests/test_all_fixers.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/lib2to3/tests/test_all_fixers.py b/Lib/lib2to3/tests/test_all_fixers.py index 3cd7ce6..f64b3d9 100644 --- a/Lib/lib2to3/tests/test_all_fixers.py +++ b/Lib/lib2to3/tests/test_all_fixers.py @@ -9,11 +9,12 @@ running time. import unittest # Local imports -from .. import pytree -from .. import refactor +from lib2to3 import refactor from . import support + class Test_all(support.TestCase): + def setUp(self): self.refactor = support.get_refactorer() |
