github-1: support for hashing functions other than sha1
[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