Do not redefine property

This commit is contained in:
DarkPhoenix
2019-02-12 08:39:03 +03:00
parent 89656b04ad
commit ce9db79552

View File

@@ -965,10 +965,6 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
else:
return currState
@property
def isMutated(self):
return bool(self.mutators)
def __deepcopy__(self, memo):
item = self.item
if item is None: