remove 'geni_api' from the registry GetVersion (which is not based on geni anymore)
[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()