From 2d51ab4d3cf01f567ee45e66a97fc247693bbccd Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Wed, 16 Jan 2008 11:54:15 -0500 Subject: pychecker/pyflakes remove unused imports --- func/overlord/client.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'func/overlord/client.py') diff --git a/func/overlord/client.py b/func/overlord/client.py index e6ec590..0652a70 100755 --- a/func/overlord/client.py +++ b/func/overlord/client.py @@ -13,17 +13,14 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## -import optparse import sys import glob -import pprint from func.commonconfig import CMConfig from func.config import read_config, CONFIG_FILE import sslclient -import command import forkbomb import jobthing -- cgit