mutt_ldap.py: Rename sys to _sys on import
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 22:18:58 +0000 (17:18 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 22:18:58 +0000 (17:18 -0500)
commita4705afa1951b3e86630f5849e459751b6d78be7
tree73e7786898d3414aa405c4fa87ba6e6015b2f5ab
parentabcdc67e7bcdd3e0ac7cdc252d6d34c1e80c3f8f
mutt_ldap.py: Rename sys to _sys on import

Keeping the namespace clean when __name__ == '__main__' is not really
important, but this way all the imports are consistently renamed.
This future-proofs the code in case those modules ever need to get
shifted to module-wide imports.
mutt_ldap.py