fix fedora bug #441283 - typo in postinstall scriptlet
[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