summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:54:15 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:54:15 -0500
commit2d51ab4d3cf01f567ee45e66a97fc247693bbccd (patch)
tree22e4a75792b18c31ee63acefab16b0c6565ba69c /func/overlord
parentc0f18e36ba2fdb8aaadc1293bbcec2dd2f28eb37 (diff)
downloadfunc-2d51ab4d3cf01f567ee45e66a97fc247693bbccd.tar.gz
func-2d51ab4d3cf01f567ee45e66a97fc247693bbccd.tar.xz
func-2d51ab4d3cf01f567ee45e66a97fc247693bbccd.zip
pychecker/pyflakes
remove unused imports
Diffstat (limited to 'func/overlord')
-rwxr-xr-xfunc/overlord/client.py3
1 files changed, 0 insertions, 3 deletions
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