projects
/
pgp-mime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0796e8a
)
signature: we don't need to import pprint in pgp_mime.signature.
author
W. Trevor King
<wking@tremily.us>
Thu, 20 Sep 2012 16:13:00 +0000
(12:13 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 20 Sep 2012 16:28:46 +0000
(12:28 -0400)
I had been using it during the development of Signature.dumps(), and
forgot to remove it before committing.
pgp_mime/signature.py
patch
|
blob
|
history
diff --git
a/pgp_mime/signature.py
b/pgp_mime/signature.py
index b40f03b63df683929c4013a7c0a77eb9119e515d..e65fdd4dd316e78775a40d8af88d2d48e96fae3e 100644
(file)
--- a/
pgp_mime/signature.py
+++ b/
pgp_mime/signature.py
@@
-21,7
+21,6
@@
See the `GPGME manual`_ for details.
.. GPGME manual: http://www.gnupg.org/documentation/manuals/gpgme/Verify.html
"""
-import pprint as _pprint
import time as _time
import xml.etree.ElementTree as _etree