diff options
| author | Seth Vidal <skvidal@fedoraproject.org> | 2007-10-08 16:19:10 -0400 |
|---|---|---|
| committer | Seth Vidal <skvidal@fedoraproject.org> | 2007-10-08 16:19:10 -0400 |
| commit | 5ded2eccc6a6d6c574843139bac8747013326dbd (patch) | |
| tree | b1918338edb3831604e834fab2642a37f12cc4dd /scripts | |
| parent | 87644d612c2061c4d8670c1cb046cc4a37a3dbb5 (diff) | |
| parent | e09c2a9c1506d254299b3743d3524a5204eceed0 (diff) | |
| download | third_party-func-5ded2eccc6a6d6c574843139bac8747013326dbd.tar.gz third_party-func-5ded2eccc6a6d6c574843139bac8747013326dbd.tar.xz third_party-func-5ded2eccc6a6d6c574843139bac8747013326dbd.zip | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
* 'master' of ssh://git.fedoraproject.org/git/hosted/func:
er, merge?
add a couple alternatice serializers just for kicks
sort the returns of these methods just to make it purdy
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/func | 4 |
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) |
