more, and more legible, debug messages in the cert verification area
[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     ]