added type field
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 10 Nov 2011 22:18:09 +0000 (17:18 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 10 Nov 2011 22:18:09 +0000 (17:18 -0500)
sfa/rspecs/elements/sliver.py

index cd63f02..94f2990 100644 (file)
@@ -6,5 +6,6 @@ class Sliver(Element):
         'component_id': None,
         'client_id': None,
         'name': None,
+        'type': None,
         'tags': [],
     }