From 8dc610d885f76b451744cbe6bb61e39ab30e8a37 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 20 Jan 2013 11:47:38 -0500 Subject: [PATCH] Add a __version__ (for easier compatibility tracking) --- mutt-ldap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mutt-ldap.py b/mutt-ldap.py index ed8efcb..84c59ee 100755 --- a/mutt-ldap.py +++ b/mutt-ldap.py @@ -45,6 +45,9 @@ import ldap as _ldap import ldap.sasl as _ldap_sasl +__version__ = '0.1' + + CONFIG = _configparser.SafeConfigParser() CONFIG.add_section('connection') CONFIG.set('connection', 'server', 'domaincontroller.yourdomain.com') -- 2.26.2