diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-21 12:55:57 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-21 12:55:57 +0000 |
commit | 1e588516e6d6823d801034b79043fb511c9f21ab (patch) | |
tree | 01ae23cbedb083e8d72c73a9328ba4aade8b0bc8 /Lib/lib2to3/fixes/fix_imports.py | |
parent | 59c965e614632b2979689ee94b1520bee3d0149a (diff) | |
download | cpython-1e588516e6d6823d801034b79043fb511c9f21ab.tar.gz |
merge 2to3 improvments
Diffstat (limited to 'Lib/lib2to3/fixes/fix_imports.py')
-rw-r--r-- | Lib/lib2to3/fixes/fix_imports.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/lib2to3/fixes/fix_imports.py b/Lib/lib2to3/fixes/fix_imports.py index 9aeca38155..6c41c718fb 100644 --- a/Lib/lib2to3/fixes/fix_imports.py +++ b/Lib/lib2to3/fixes/fix_imports.py @@ -84,8 +84,6 @@ def build_pattern(mapping=MAPPING): class FixImports(fixer_base.BaseFix): - order = "pre" # Pre-order tree traversal - # This is overridden in fix_imports2. mapping = MAPPING |