From 7cba338361b81c31793458fdf8cb666ef3ac89dd Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 11 Aug 2008 14:29:17 +0300 Subject: export jboss and fix some typos --- func/minion/modules/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/minion/modules/command.py') 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): -- cgit