sfa client bootstrap library has a new 'my_pkcs12' feature, and this is now invoked...
[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()