summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:54:58 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-01-16 11:54:58 -0500
commit60bddf7e181204aba2054ffec6eea40fbb053081 (patch)
treebe26f426ff790aebf8f715f21bebcf4357a8ff67 /func/overlord
parent2d51ab4d3cf01f567ee45e66a97fc247693bbccd (diff)
downloadthird_party-func-60bddf7e181204aba2054ffec6eea40fbb053081.tar.gz
third_party-func-60bddf7e181204aba2054ffec6eea40fbb053081.tar.xz
third_party-func-60bddf7e181204aba2054ffec6eea40fbb053081.zip
remove unused import
add license blob and #! line
Diffstat (limited to 'func/overlord')
-rw-r--r--func/overlord/func_command.py15
1 files changed, 14 insertions, 1 deletions
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