From 1991f5d7ffd09d08e28ed29b33bf97f301574fea Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 24 Oct 2007 09:51:08 -0400 Subject: Add missing file. --- scripts/func-inventory | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/func-inventory (limited to 'scripts') 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) -- cgit