diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:31:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-12-06 06:31:12 (GMT) |
commit | 3d3e9ffa8e7af0457621309b4fce076411d38ce6 (patch) | |
tree | 31de5ad551d9fea05f1637e6284cbe98e6557778 /Lib/lib2to3 | |
parent | 9a953dbb34b722dc16e98ef7103eb49b72a04e5e (diff) | |
parent | 41fef6307635ef7ad57f6a2ae0488b6f685196b9 (diff) | |
download | cpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.zip cpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.tar.gz cpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.tar.bz2 |
merge 3.5
Diffstat (limited to 'Lib/lib2to3')
-rw-r--r-- | Lib/lib2to3/fixer_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixer_base.py b/Lib/lib2to3/fixer_base.py index 1ce62fe..df581a4 100644 --- a/Lib/lib2to3/fixer_base.py +++ b/Lib/lib2to3/fixer_base.py @@ -4,7 +4,6 @@ """Base class for fixers (optional, but recommended).""" # Python imports -import logging import itertools # Local imports |