expose geni_api_versions URL as https since this it does not make sense to run sfa...
[sfa.git] / sfa / rspecs / elements / install.py
1 from sfa.rspecs.elements.element import Element
2
3
4 class Install(Element):
5     fields = [
6         'file_type',
7         'url',
8         'install_path',
9     ]