git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sfaadmin to use reg-researchers as well
[sfa.git]
/
clientbin
/
sfaadmin.py
1
#!/usr/bin/env python
2
3
from sfa.client.sfaadmin import SfaAdmin
4
5
if __name__ == '__main__':
6
SfaAdmin().main()