Added serialization to EC
[nepi.git] / src / nepi / execution / attribute.py
index fa2b104..19fbfc2 100644 (file)
@@ -190,6 +190,7 @@ class Attribute(object):
         adequate validation"""
         return True
 
+    @property
     def has_changed(self):
         """ Returns true if the value has changed from the default """
         return self.value != self.default