Starting off the certmaster tree with most of the func code, shortly non-certmaster...
[certmaster.git] / scripts / func-inventory
1 #!/usr/bin/python
2
3 import sys
4 import distutils.sysconfig
5 import func.overlord.inventory as func_inventory
6
7 inventory = func_inventory.FuncInventory()
8 inventory.run(sys.argv)