X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Frspecs%2Felements%2Fproperty.py;fp=sfa%2Frspecs%2Felements%2Fproperty.py;h=8f1a37b1ce90d23f67765d9907d28acdbf323132;hb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7;hp=472dedeb464e1261c99d8162a8e267d28cff8aec;hpb=c1c136b3042a24604823c6da135308b7c031c234;p=sfa.git diff --git a/sfa/rspecs/elements/property.py b/sfa/rspecs/elements/property.py index 472dedeb..8f1a37b1 100644 --- a/sfa/rspecs/elements/property.py +++ b/sfa/rspecs/elements/property.py @@ -1,7 +1,8 @@ from sfa.rspecs.elements.element import Element + class Property(Element): - + fields = [ 'source_id', 'dest_id', @@ -9,4 +10,3 @@ class Property(Element): 'latency', 'packet_loss', ] -