From 55126b472c6597c3dec0d7f10249b16921c1e064 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 20 Jan 2013 11:22:39 -0500 Subject: [PATCH] Alphebetize standard library imports --- mutt-ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt-ldap.py b/mutt-ldap.py index 2fe56d3..a7a58a3 100755 --- a/mutt-ldap.py +++ b/mutt-ldap.py @@ -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 -- 2.26.2