projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb137c
)
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
author
Terry Jan Reedy
<tjreedy@udel.edu>
Sun, 2 Mar 2014 09:17:01 +0000
(
04:17
-0500)
committer
Terry Jan Reedy
<tjreedy@udel.edu>
Sun, 2 Mar 2014 09:17:01 +0000
(
04:17
-0500)
noticed by Claudiu Popa.
Lib/base64.py
patch
|
blob
|
history
diff --git
a/Lib/base64.py
b/Lib/base64.py
index 573f76d361579b6c14a865d0db7be6dee3d040a4..ad154ae0ae4bf8b7d8cd898e5e107409d2a20c77 100755
(executable)
--- a/
Lib/base64.py
+++ b/
Lib/base64.py
@@
-9,7
+9,6
@@
import re
import struct
import binascii
-import itertools
__all__ = [