summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-17 11:55:12 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-17 11:55:12 -0500
commiteb67b305060e9e962d6a90766e8a39ca80065af2 (patch)
treee5c0821bdf499de192d31821d0311049444cb2ce /func/overlord
parent3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7 (diff)
parentaee6076dd78dfb1b88ab4d369e24fb1bbf710816 (diff)
downloadfunc-eb67b305060e9e962d6a90766e8a39ca80065af2.tar.gz
func-eb67b305060e9e962d6a90766e8a39ca80065af2.tar.xz
func-eb67b305060e9e962d6a90766e8a39ca80065af2.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'func/overlord')
-rwxr-xr-xfunc/overlord/client.py2
-rw-r--r--func/overlord/func_command.py15
-rwxr-xr-xfunc/overlord/inventory.py2
3 files changed, 14 insertions, 5 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index 1021078..60b5c24 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -13,10 +13,8 @@
## 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
diff --git a/func/overlord/func_command.py b/func/overlord/func_command.py
index 09b324a..4cec8a0 100644
--- a/func/overlord/func_command.py
+++ b/func/overlord/func_command.py
@@ -1,4 +1,17 @@
-import glob
+#!/usr/bin/python
+
+## func command line interface & client lib
+##
+## Copyright 2007,2008 Red Hat, Inc
+## +AUTHORS
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
import sys
diff --git a/func/overlord/inventory.py b/func/overlord/inventory.py
index e5319ee..47fff6a 100755
--- a/func/overlord/inventory.py
+++ b/func/overlord/inventory.py
@@ -18,9 +18,7 @@ import os.path
import time
import optparse
import sys
-import glob
import pprint
-import exceptions
import xmlrpclib
from func.minion import sub_process