summaryrefslogtreecommitdiffstats
path: root/scripts/funcd
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-07 13:13:24 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-07 13:13:24 -0500
commit8f2ff4d7c902d534d68ff1a16418b7be492033bf (patch)
tree73cd958ea6f8e0728592fec759848280b8891f12 /scripts/funcd
parent5b2601a56907b02efc6567354fa051ef08d97b6f (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-xscripts/funcd10
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)