summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 14:49:39 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 14:49:39 -0500
commit8bf8a23298504fb367b955747959657739f87f1f (patch)
treecffe1bba58ff8760f384d2a456f3bbb39ab95158 /func/overlord/client.py
parentb287962c5d7b2d705f6ed64d781ca4f6045c7ca2 (diff)
downloadthird_party-func-8bf8a23298504fb367b955747959657739f87f1f.tar.gz
third_party-func-8bf8a23298504fb367b955747959657739f87f1f.tar.xz
third_party-func-8bf8a23298504fb367b955747959657739f87f1f.zip
oops, need that import afterall
Diffstat (limited to 'func/overlord/client.py')
-rwxr-xr-xfunc/overlord/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index 0652a70..f834263 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -21,6 +21,7 @@ from func.config import read_config, CONFIG_FILE
import sslclient
+import command
import forkbomb
import jobthing