Prefix imported modules with underscores
authorW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 16:25:40 +0000 (11:25 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 18:05:19 +0000 (13:05 -0500)
commitd2288006402da659f4cb9610762daf11a3617d4d
tree201cd48ca5b5e5117436028e25fed8dffe32d8db
parent55126b472c6597c3dec0d7f10249b16921c1e064
Prefix imported modules with underscores

This cleans up the namespace inside the module, and makes it less
likely that you'll clobber an imported module with a local variable
name.  I also removed imports for modules we no longer use.
mutt-ldap.py