summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-08 15:44:30 -0400
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-08 15:44:30 -0400
commit4bc503c96cb1d6ac98a9b3aa288102fd539a046b (patch)
tree528a2c05686802be5dc8c69bfe634f7d9c3d60e4 /scripts
parent070d1700b915729421595b83993abc31005355c1 (diff)
downloadfunc-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.tar.gz
func-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.tar.xz
func-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.zip
er, merge?
wtf, I already committed and pushed these changes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/func b/scripts/func
index 5e069f8..7cb4d1a 100755
--- a/scripts/func
+++ b/scripts/func
@@ -5,10 +5,10 @@ import distutils.sysconfig
# sys.path.append("%s/func" % distutils.sysconfig.get_python_lib())
-import func.overlord.client as client
+import func.overlord.func_command as func_command
myname, argv = sys.argv[0], sys.argv[1:]
-cli = client.FuncCommandLine()
+cli = func_command.FuncCommandLine()
print cli.parse(argv)