From 0b2e204bfef1bab070d4c124e5cf4d23f270f9b5 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 21 Feb 2008 18:45:38 -0500 Subject: Remove a bunch of unused imports. --- func/minion/modules/certmaster.py | 4 ---- func/minion/modules/jobs.py | 1 - 2 files changed, 5 deletions(-) (limited to 'func/minion/modules') diff --git a/func/minion/modules/certmaster.py b/func/minion/modules/certmaster.py index 9ca484f..c30a39c 100644 --- a/func/minion/modules/certmaster.py +++ b/func/minion/modules/certmaster.py @@ -13,10 +13,6 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## -# other modules -import sub_process -import codes - # our modules import func_module from func import certmaster as certmaster diff --git a/func/minion/modules/jobs.py b/func/minion/modules/jobs.py index 69fb75f..90c7421 100644 --- a/func/minion/modules/jobs.py +++ b/func/minion/modules/jobs.py @@ -14,7 +14,6 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## -import codes from func import jobthing import func_module -- cgit