Carving away at func some more to just get down to cert items, still lots
[certmaster.git] / scripts / func
diff --git a/scripts/func b/scripts/func
deleted file mode 100755 (executable)
index 925d6ad..0000000
+++ /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)
-
-