[Python-checkins] r83844 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py

benjamin.peterson python-checkins at python.org
Sun Aug 8 20:46:37 CEST 2010


Author: benjamin.peterson
Date: Sun Aug  8 20:46:37 2010
New Revision: 83844

Log:
fix whitespace

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

Modified: sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	Sun Aug  8 20:46:37 2010
@@ -1829,7 +1829,7 @@
     from urllib.request import urlopen
 """
         self.check(b, a)
-        
+
         b = """
 def foo():
     other()


More information about the Python-checkins mailing list