Carving away at func some more to just get down to cert items, still lots
[certmaster.git] / scripts / func-inventory
diff --git a/scripts/func-inventory b/scripts/func-inventory
deleted file mode 100755 (executable)
index 1a0c36b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/python
-
-import sys
-import distutils.sysconfig
-import func.overlord.inventory as func_inventory
-
-inventory = func_inventory.FuncInventory()
-inventory.run(sys.argv)