[Python-checkins] r65001 - in sandbox/trunk/2to3/lib2to3: fixes/fix_imports.py fixes/fix_imports2.py refactor.py
brett.cannon
python-checkins at python.org
Wed Jul 16 07:11:13 CEST 2008
Author: brett.cannon
Date: Wed Jul 16 07:11:12 2008
New Revision: 65001
Log:
Remove some extraneous whitespace.
Modified:
sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py
sandbox/trunk/2to3/lib2to3/fixes/fix_imports2.py
sandbox/trunk/2to3/lib2to3/refactor.py
Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py (original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py Wed Jul 16 07:11:12 2008
@@ -304,7 +304,7 @@
PATTERN = "|".join(build_pattern())
order = "pre" # Pre-order tree traversal
-
+
mapping = MAPPING
# Don't match the node if it's within another match
Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_imports2.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_imports2.py (original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_imports2.py Wed Jul 16 07:11:12 2008
@@ -13,5 +13,5 @@
PATTERN = "|".join((fix_imports.build_pattern(MAPPING)))
order = "post"
-
+
mapping = MAPPING
Modified: sandbox/trunk/2to3/lib2to3/refactor.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/refactor.py (original)
+++ sandbox/trunk/2to3/lib2to3/refactor.py Wed Jul 16 07:11:12 2008
@@ -32,7 +32,7 @@
def main(fixer_dir, args=None):
"""Main program.
-
+
Args:
fixer_dir: directory where fixer modules are located.
args: optional; a list of command line arguments. If omitted,
More information about the Python-checkins
mailing list