mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
formatting
This commit is contained in:
parent
ba97dfddd8
commit
22175505f1
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user