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:
70b6056
)
crypt: fix get_smtp_params -> get_client_params in doctest.
author
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 18:52:04 +0000
(14:52 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 20 Oct 2012 18:52:04 +0000
(14:52 -0400)
pgp_mime/crypt.py
patch
|
blob
|
history
diff --git
a/pgp_mime/crypt.py
b/pgp_mime/crypt.py
index 4987abf6e3897809bc61eed47174c7195bac0ce3..789a642a2acc35f654691ed0e475d5f205fc5452 100644
(file)
--- a/
pgp_mime/crypt.py
+++ b/
pgp_mime/crypt.py
@@
-42,7
+42,7
@@
def get_client_params(config):
>>> get_client_params(config)
{'socket_path': '/tmp/S.gpgme-tool'}
>>> config = ConfigParser()
- >>> get_
smtp
_params(ConfigParser())
+ >>> get_
client
_params(ConfigParser())
{'socket_path': None}
"""
params = {'socket_path': None}