From: Terry Jan Reedy Date: Sun, 2 Mar 2014 09:17:01 +0000 (-0500) Subject: Closes issue #20728: Remove unused import added in rev 42366e293b7b and X-Git-Tag: v3.4.1rc1~233^2~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c6596ec52256f3b98475f83f4a7e476094b55f9;p=thirdparty%2FPython%2Fcpython.git Closes issue #20728: Remove unused import added in rev 42366e293b7b and noticed by Claudiu Popa. --- diff --git a/Lib/base64.py b/Lib/base64.py index 573f76d36157..ad154ae0ae4b 100755 --- a/Lib/base64.py +++ b/Lib/base64.py @@ -9,7 +9,6 @@ import re import struct import binascii -import itertools __all__ = [