From: W. Trevor King Date: Sun, 20 Jan 2013 19:13:42 +0000 (-0500) Subject: mutt_ldap.py: Rename with underscore for package import X-Git-Tag: v0.1~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3879f6e4509c35f0bcb79e0e4eb99a1d767fd35;p=mutt-ldap.git mutt_ldap.py: Rename with underscore for package import If I'm breaking Mutt-LDAP as a stand-alone package, I should probably make it importable. Even if nobody else imports it, we can still want this for setup.py-based installation. --- diff --git a/mutt-ldap.py b/mutt_ldap.py similarity index 100% rename from mutt-ldap.py rename to mutt_ldap.py