summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/command.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-11 14:29:17 +0300
committermakkalot <makkalot@gmail.com>2008-08-11 14:29:17 +0300
commit7cba338361b81c31793458fdf8cb666ef3ac89dd (patch)
tree763868e595dd8c5780ea34b6f508fb5d27cd9915 /func/minion/modules/command.py
parent5c6e739eb0860420d9f22d8b41c315c8b1116600 (diff)
downloadfunc-7cba338361b81c31793458fdf8cb666ef3ac89dd.tar.gz
func-7cba338361b81c31793458fdf8cb666ef3ac89dd.tar.xz
func-7cba338361b81c31793458fdf8cb666ef3ac89dd.zip
export jboss and fix some typos
Diffstat (limited to 'func/minion/modules/command.py')
-rw-r--r--func/minion/modules/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/command.py b/func/minion/modules/command.py
index 20a6ccf..b41dd9b 100644
--- a/func/minion/modules/command.py
+++ b/func/minion/modules/command.py
@@ -14,7 +14,7 @@ Abitrary command execution module for func.
"""
import func_module
-import sub_process
+from func.minion import sub_process
class Command(func_module.FuncModule):