formatting

This commit is contained in:
Dave Schuyler 2005-01-15 06:13:17 +00:00
parent ba97dfddd8
commit 22175505f1
2 changed files with 29 additions and 35 deletions

View File

@ -53,9 +53,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
self.heartbeatStarted = 0 self.heartbeatStarted = 0
self.lastHeartbeat = 0 self.lastHeartbeat = 0
if wantOtpServer: if wantOtpServer:
## # Top level Interest Manager
## Top level Interest Manager
##
self._interestIdAssign = 1 self._interestIdAssign = 1
self._interests = {} self._interests = {}
@ -660,11 +658,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
self.considerHeartbeat() self.considerHeartbeat()
if wantOtpServer: if wantOtpServer:
## # interest managment
##
## interest managment
##
##
def addInterest(self, parentId, zoneId, description): def addInterest(self, parentId, zoneId, description):
""" """
Part of the new otp-server code. Part of the new otp-server code.