BATS fell down pushing a process into the background, so I switched to shunit2 /...
[certmaster.git] / scripts / certmaster
1 #!/usr/bin/python
2
3 from certmaster import certmaster
4
5 import sys
6
7 if __name__ == "__main__":
8 certmaster.main(sys.argv)
9
10
11