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/funcd | |
| 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/funcd')
| -rwxr-xr-x | scripts/funcd | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/funcd b/scripts/funcd deleted file mode 100755 index 3d807bd..0000000 --- a/scripts/funcd +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/python - - -import sys -import distutils.sysconfig - -from func.minion import server - -if __name__ == "__main__": - server.main(sys.argv) |
