use object class for MetaClip
This commit is contained in:
parent
1cc795995d
commit
158c68fbc7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def get_layers(item, interval=None, user=None):
|
|||
return layers
|
||||
|
||||
|
||||
class MetaClip:
|
||||
class MetaClip(object):
|
||||
def update_calculated_values(self):
|
||||
start = self.start
|
||||
end = self.end
|
||||
|
|
Loading…
Reference in a new issue