in python 2.7 - the things we are sending can also be a 'memoryview' object
[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