]> granicus.if.org Git - python/commitdiff
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 2 Mar 2014 09:17:01 +0000 (04:17 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 2 Mar 2014 09:17:01 +0000 (04:17 -0500)
noticed by Claudiu Popa.

Lib/base64.py

index 573f76d361579b6c14a865d0db7be6dee3d040a4..ad154ae0ae4bf8b7d8cd898e5e107409d2a20c77 100755 (executable)
@@ -9,7 +9,6 @@
 import re
 import struct
 import binascii
-import itertools
 
 
 __all__ = [