summaryrefslogtreecommitdiffstats
path: root/scripts/func-inventory
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/func-inventory
parent5b2601a56907b02efc6567354fa051ef08d97b6f (diff)
Carving away at func some more to just get down to cert items, still lots
more to do.
Diffstat (limited to 'scripts/func-inventory')
-rwxr-xr-xscripts/func-inventory8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/func-inventory b/scripts/func-inventory
deleted file mode 100755
index 1a0c36b..0000000
--- a/scripts/func-inventory
+++ /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)