Alphebetize standard library imports
authorW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 16:22:39 +0000 (11:22 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 18:05:19 +0000 (13:05 -0500)
mutt-ldap.py

index 2fe56d3423019ecea300fab10d0c3a9dd5864871..a7a58a318c92f17ebe9b07f4e77e096ffd0d579c 100755 (executable)
@@ -35,11 +35,11 @@ contaning something like::
 See the `CONFIG` options for other available settings.
 """
 
+import ConfigParser
 import email.utils
 import hashlib
 import itertools
 import os.path
-import ConfigParser
 import pickle
 
 import ldap