expose geni_api_versions URL as https since this it does not make sense to run sfa...
[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()