From 00179513a9585eeeaee12c644a35f14f8ecc3862 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Wed, 26 Sep 2007 22:36:33 -0400 Subject: Remove assorted unused imports --- modules/command.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/command.py') 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): -- cgit