summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-06 06:31:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-12-06 06:31:12 (GMT)
commit3d3e9ffa8e7af0457621309b4fce076411d38ce6 (patch)
tree31de5ad551d9fea05f1637e6284cbe98e6557778
parent9a953dbb34b722dc16e98ef7103eb49b72a04e5e (diff)
parent41fef6307635ef7ad57f6a2ae0488b6f685196b9 (diff)
downloadcpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.zip
cpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.tar.gz
cpython-3d3e9ffa8e7af0457621309b4fce076411d38ce6.tar.bz2
merge 3.5
-rw-r--r--Lib/lib2to3/fixer_base.py1
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