summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-10-02 16:54:36 -0400
committerAdrian Likins <alikins@redhat.com>2007-10-02 16:54:36 -0400
commit63f382c1742d52b590d0436e878ff9dfb75e7e75 (patch)
treed72b42bea6e28467c672ae1c0c523db2b016cfe5 /scripts
parent3390e2ccc46c4aa7eeb1648ce08695b38a1ff298 (diff)
downloadthird_party-func-63f382c1742d52b590d0436e878ff9dfb75e7e75.tar.gz
third_party-func-63f382c1742d52b590d0436e878ff9dfb75e7e75.tar.xz
third_party-func-63f382c1742d52b590d0436e878ff9dfb75e7e75.zip
changes to use the new command line modules
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/func b/scripts/func
index 2afb4e7..5e069f8 100755
--- a/scripts/func
+++ b/scripts/func
@@ -8,7 +8,7 @@ import distutils.sysconfig
import func.overlord.client as client
myname, argv = sys.argv[0], sys.argv[1:]
-cli = client.FuncCommandLine(myname, argv)
-cli.run()
+cli = client.FuncCommandLine()
+print cli.parse(argv)