added '_element' field
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 25 Oct 2011 15:40:18 +0000 (11:40 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 25 Oct 2011 15:40:18 +0000 (11:40 -0400)
sfa/rspecs/elements/link.py

index 4722cf8..f3a857b 100644 (file)
@@ -14,6 +14,7 @@ class Link(dict):
         'latency': None,
         'packet_loss': None,
         'description': None,
+        '_element': None
     }
     
     def __init__(self, fields={}):