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:
6eba4dd
)
crypt: import configparser for get_client_params().
author
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 18:51:30 +0000
(14:51 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 18:51:30 +0000
(14:51 -0400)
pgp_mime/crypt.py
patch
|
blob
|
history
diff --git
a/pgp_mime/crypt.py
b/pgp_mime/crypt.py
index 57cfb77862fc8c38589b2326f89ad9c8e38a5ad1..4987abf6e3897809bc61eed47174c7195bac0ce3 100644
(file)
--- a/
pgp_mime/crypt.py
+++ b/
pgp_mime/crypt.py
@@
-15,6
+15,7
@@
# pgp-mime. If not, see <http://www.gnu.org/licenses/>.
import codecs as _codecs
+import configparser as _configparser
import logging as _logging
import os as _os
import os.path as _os_path