Commit fecd870a authored by Roman Zimmermann's avatar Roman Zimmermann

Make FilterGroup a new-style class (in Python 2 too).

parent a5a2b072
......@@ -65,7 +65,7 @@ class ViewArgs(object):
return ViewArgs(**kwargs)
class FilterGroup:
class FilterGroup(object):
def __init__(self, label):
self.label = label
self.filters = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment