diff options
author | James Bowes <jbowes@redhat.com> | 2007-09-26 22:36:33 -0400 |
---|---|---|
committer | James Bowes <jbowes@redhat.com> | 2007-09-26 22:36:33 -0400 |
commit | 00179513a9585eeeaee12c644a35f14f8ecc3862 (patch) | |
tree | d7324872ca76f9525184f8547f4de9f70432a862 /modules/command.py | |
parent | 7cacf5f3114fb8d7dabd91dd3acc9f95c657442f (diff) | |
download | func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.gz func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.xz func-00179513a9585eeeaee12c644a35f14f8ecc3862.zip |
Remove assorted unused imports
Diffstat (limited to 'modules/command.py')
-rw-r--r-- | modules/command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/command.py b/modules/command.py index 7a0f825..d862199 100644 --- a/modules/command.py +++ b/modules/command.py @@ -15,7 +15,6 @@ Abitrary command execution module for func. from modules import func_module import sub_process -import os class Command(func_module.FuncModule): |