summaryrefslogtreecommitdiffstats
path: root/server/module_loader.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-24 15:22:16 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-24 15:22:16 -0400
commit9c72cbd826528bb64267ba2184ae16099343c7ab (patch)
treeef33f4ac253ebd1c9c1deb8618d6ac6a405b1c4d /server/module_loader.py
parentbcbdab56d02a09ecda8a70acd6e5990073dd6b3e (diff)
pyflakes cleanups
mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly
Diffstat (limited to 'server/module_loader.py')
-rwxr-xr-xserver/module_loader.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/module_loader.py b/server/module_loader.py
index a2a00c5..6fb69f7 100755
--- a/server/module_loader.py
+++ b/server/module_loader.py
@@ -18,8 +18,7 @@
import distutils.sysconfig
import os
import sys
-import glob
-from rhpl.translate import _, N_, textdomain, utf8
+from rhpl.translate import _
def module_walker(topdir):