summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/command.py
diff options
context:
space:
mode:
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):