diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-02-07 13:13:24 -0500 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-02-07 13:13:24 -0500 |
| commit | 8f2ff4d7c902d534d68ff1a16418b7be492033bf (patch) | |
| tree | 73cd958ea6f8e0728592fec759848280b8891f12 /scripts/func | |
| parent | 5b2601a56907b02efc6567354fa051ef08d97b6f (diff) | |
Carving away at func some more to just get down to cert items, still lots
more to do.
Diffstat (limited to 'scripts/func')
| -rwxr-xr-x | scripts/func | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/func b/scripts/func deleted file mode 100755 index 925d6ad..0000000 --- a/scripts/func +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/python - -import sys -import distutils.sysconfig - -# sys.path.append("%s/func" % distutils.sysconfig.get_python_lib()) - -import func.overlord.func_command as func_command - -myname, argv = sys.argv[0], sys.argv[1:] -cli = func_command.FuncCommandLine() -cli.parse(argv) - - |
