From: W. Trevor King Date: Thu, 20 Sep 2012 16:13:00 +0000 (-0400) Subject: signature: we don't need to import pprint in pgp_mime.signature. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bf5785b620109a3a7652a10147f3e0c3f42d6f3;p=pgp-mime.git signature: we don't need to import pprint in pgp_mime.signature. I had been using it during the development of Signature.dumps(), and forgot to remove it before committing. --- diff --git a/pgp_mime/signature.py b/pgp_mime/signature.py index b40f03b..e65fdd4 100644 --- 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