summaryrefslogtreecommitdiffstats
path: root/modules/command.py
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-26 22:52:30 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-26 22:52:30 -0400
commit035c6b129d43d90af6202542b931de38e6a7e86b (patch)
treea701475e0555bab20378b57c6c9ff551e9cf3f8c /modules/command.py
parentacf93f862e1f1a6cc19e70d834c4f533006263b1 (diff)
parent00179513a9585eeeaee12c644a35f14f8ecc3862 (diff)
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
* 'master' of ssh://git.fedoraproject.org/git/hosted/func: Remove assorted unused imports added changelog comment removed Require: on yum-util
Diffstat (limited to 'modules/command.py')
-rw-r--r--modules/command.py1
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):