mutt_ldap.py: Factor configuration out into a Config class
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 22:46:19 +0000 (17:46 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 22:46:19 +0000 (17:46 -0500)
commit31c055434a83d693df6539bc4056c012338f503a
treea36c978804051daf54ba44cc9989548e9deb2c0c
parent4a8efa546541b78660aa67000a871c0dc2eb2c2e
mutt_ldap.py: Factor configuration out into a Config class

This pulls a bunch of dynamic default calculation hackish encoding
manipulation out of the __name__ == '__main__' block, which makes it
easier to read.
mutt_ldap.py