[Python-checkins] r77097 - sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py

benjamin.peterson python-checkins at python.org
Mon Dec 28 23:12:14 CET 2009


Author: benjamin.peterson
Date: Mon Dec 28 23:12:13 2009
New Revision: 77097

Log:
clean up imports and whitespace


Modified:
   sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py

Modified: sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py	Mon Dec 28 23:12:13 2009
@@ -9,11 +9,12 @@
 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()
 


More information about the Python-checkins mailing list