summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-03-02 09:17:01 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-03-02 09:17:01 (GMT)
commit6c6596ec52256f3b98475f83f4a7e476094b55f9 (patch)
tree426f8e9d758aa49b5a4de78c702a47d7a6775c14
parent9fb137cc3fcdf0fddb28a61d7d40b923e439a780 (diff)
downloadcpython-6c6596ec52256f3b98475f83f4a7e476094b55f9.zip
cpython-6c6596ec52256f3b98475f83f4a7e476094b55f9.tar.gz
cpython-6c6596ec52256f3b98475f83f4a7e476094b55f9.tar.bz2
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
noticed by Claudiu Popa.
-rwxr-xr-xLib/base64.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/base64.py b/Lib/base64.py
index 573f76d..ad154ae 100755
--- a/Lib/base64.py
+++ b/Lib/base64.py
@@ -9,7 +9,6 @@
import re
import struct
import binascii
-import itertools
__all__ = [