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