Carving away at func some more to just get down to cert items, still lots
[certmaster.git] / scripts / certmaster-request
1 #!/usr/bin/python
2
3
4 import sys
5 import distutils.sysconfig
6
7 from func.minion import server
8
9 if __name__ == "__main__":
10 server.main(sys.argv)