summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-24 09:51:08 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-24 09:51:08 -0400
commit1991f5d7ffd09d08e28ed29b33bf97f301574fea (patch)
tree412fa1370c7d61386a4c0bd8978fa398439a2579 /scripts
parent6b4728448125f5f9953371444d873c426b3bb5d0 (diff)
downloadthird_party-func-1991f5d7ffd09d08e28ed29b33bf97f301574fea.tar.gz
third_party-func-1991f5d7ffd09d08e28ed29b33bf97f301574fea.tar.xz
third_party-func-1991f5d7ffd09d08e28ed29b33bf97f301574fea.zip
Add missing file.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func-inventory8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/func-inventory b/scripts/func-inventory
new file mode 100755
index 0000000..1a0c36b
--- /dev/null
+++ b/scripts/func-inventory
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import sys
+import distutils.sysconfig
+import func.overlord.inventory as func_inventory
+
+inventory = func_inventory.FuncInventory()
+inventory.run(sys.argv)