[updateable] update field in observable

This commit is contained in:
mzwiessele 2015-02-24 11:56:06 +00:00
parent 85ae035e32
commit 72c6b66983

View file

@ -11,7 +11,6 @@ class Updateable(Observable):
A model can be updated or not.
Make sure updates can be switched on and off.
"""
_updates = True
def __init__(self, *args, **kwargs):
super(Updateable, self).__init__(*args, **kwargs)