more, and more legible, debug messages in the cert verification area
[sfa.git] / sfa / rspecs / elements / pltag.py
1 from sfa.rspecs.elements.element import Element
2
3 class PLTag(Element):
4
5     fields = [
6         'tagname',
7         'value',
8         'scope',
9     ]
10