diff options
author | Adrian Likins <alikins@redhat.com> | 2007-09-24 15:22:16 -0400 |
---|---|---|
committer | Adrian Likins <alikins@redhat.com> | 2007-09-24 15:22:16 -0400 |
commit | 9c72cbd826528bb64267ba2184ae16099343c7ab (patch) | |
tree | ef33f4ac253ebd1c9c1deb8618d6ac6a405b1c4d /modules/hardware.py | |
parent | bcbdab56d02a09ecda8a70acd6e5990073dd6b3e (diff) | |
download | third_party-func-9c72cbd826528bb64267ba2184ae16099343c7ab.tar.gz third_party-func-9c72cbd826528bb64267ba2184ae16099343c7ab.tar.xz third_party-func-9c72cbd826528bb64267ba2184ae16099343c7ab.zip |
pyflakes cleanups
mostly just removing unused modules
change "from codes import *" to "import codes" in a couple
places and updated accordingly
Diffstat (limited to 'modules/hardware.py')
-rwxr-xr-x | modules/hardware.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hardware.py b/modules/hardware.py index 2c41b9f..7c6deb4 100755 --- a/modules/hardware.py +++ b/modules/hardware.py @@ -23,7 +23,6 @@ sys.path.append("/usr/share/smolt/client") import smolt # our modules -from codes import * from modules import func_module # ================================= |