projects
/
certmaster.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changing func to certmaster in top level directories, also covered
[certmaster.git]
/
scripts
/
certmaster
1
#!/usr/bin/python
2
3
from
func
import
certmaster
4
5
import
sys
6
7
if
__name__
==
"__main__"
:
8
certmaster
.
main
(
sys
.
argv
)
9
10
11