Merge branch 'geni-v3' of ssh://git.onelab.eu/git/sfa into geni-v3
[sfa.git] / sfa / rspecs / elements / execute.py
1 from sfa.rspecs.elements.element import Element
2
3 class Execute(Element):
4     fields = [
5         'shell',
6         'command',
7     ]