X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=scripts%2Ffunc-inventory;fp=scripts%2Ffunc-inventory;h=0000000000000000000000000000000000000000;hp=1a0c36b81a4aa5bb030c019cb123f19c387cbdff;hb=8f2ff4d7c902d534d68ff1a16418b7be492033bf;hpb=5b2601a56907b02efc6567354fa051ef08d97b6f 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)