Derive range/clamping model filter from the new base class
This commit is contained in:
parent
e368dbf200
commit
6e35575f0b
@ -468,11 +468,11 @@ class SubRange (object):
|
||||
while i <= self.end:
|
||||
yield l[i]
|
||||
|
||||
class RangeFilteredLogModel (FilteredLogModel):
|
||||
class RangeFilteredLogModel (FilteredLogModelBase):
|
||||
|
||||
def __init__ (self, super_model):
|
||||
|
||||
FilteredLogModel.__init__ (self, super_model)
|
||||
FilteredLogModelBase.__init__ (self, super_model)
|
||||
|
||||
self.line_index_range = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user