diff options
| author | VG <vg@devys.org> | 2015-12-24 16:55:33 +0100 | 
|---|---|---|
| committer | VG <vg@devys.org> | 2015-12-24 16:55:33 +0100 | 
| commit | de30c86c12246c0ac3bd5e5d40a58d1cafc63584 (patch) | |
| tree | b5bc0f3241965ab18693f196bdf3615ce257328d | |
| parent | 1329f4dfb86411a8eae3d74a518523c15cec06f3 (diff) | |
| download | climl-de30c86c12246c0ac3bd5e5d40a58d1cafc63584.tar.gz climl-de30c86c12246c0ac3bd5e5d40a58d1cafc63584.tar.bz2 climl-de30c86c12246c0ac3bd5e5d40a58d1cafc63584.zip | |
fix missing import
| -rw-r--r-- | climl_imap_bridge.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/climl_imap_bridge.py b/climl_imap_bridge.py index 9466a96..f1b2752 100644 --- a/climl_imap_bridge.py +++ b/climl_imap_bridge.py @@ -6,6 +6,7 @@ import confparser  import imapclient  import contextlib  import backports.ssl +import socket  def conf_boolean_postprocess(src):      src = src.lower().strip() | 
