crypt: import configparser for get_client_params().
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:51:30 +0000 (14:51 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:51:30 +0000 (14:51 -0400)
pgp_mime/crypt.py

index 57cfb77862fc8c38589b2326f89ad9c8e38a5ad1..4987abf6e3897809bc61eed47174c7195bac0ce3 100644 (file)
@@ -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