renamed 'name' to 'tagname'
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 11 Nov 2011 02:27:03 +0000 (21:27 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 11 Nov 2011 02:27:03 +0000 (21:27 -0500)
sfa/rspecs/elements/pltag.py

index 51b1e76..77e63f6 100644 (file)
@@ -3,7 +3,7 @@ from sfa.rspecs.elements.element import Element
 class PLTag(Element):
 
     fields = {
-        'name': None,
+        'tagname': None,
         'value': None,
     }