remove old panda support
This commit is contained in:
parent
3dbf0ad308
commit
c6be6a0821
|
|
@ -69,12 +69,8 @@ class ClientRepositoryBase(ConnectionRepository):
|
|||
class type is marked "deferrable". Set this to 0 to indicate
|
||||
no deferring will occur."""
|
||||
|
||||
# Temporary condition for old Pandas.
|
||||
if hasattr(self, 'setHandleCUpdates'):
|
||||
self.deferInterval = deferInterval
|
||||
self.setHandleCUpdates(self.deferInterval != 0)
|
||||
else:
|
||||
self.deferInterval = 0
|
||||
self.deferInterval = deferInterval
|
||||
self.setHandleCUpdates(self.deferInterval != 0)
|
||||
|
||||
if self.deferredGenerates:
|
||||
taskMgr.remove('deferredGenerate')
|
||||
|
|
|
|||
Loading…
Reference in New Issue