remove old panda support

This commit is contained in:
David Rose 2007-06-11 16:34:37 +00:00
parent 3dbf0ad308
commit c6be6a0821
1 changed files with 2 additions and 6 deletions

View File

@ -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')