mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
renamed to OldClientRepository
This commit is contained in:
parent
6559f9b6f8
commit
5bf77064e3
@ -1,8 +1,8 @@
|
|||||||
"""ClientRepository module: contains the ClientRepository class"""
|
"""OldClientRepository module: contains the OldClientRepository class"""
|
||||||
|
|
||||||
from ClientRepository import *
|
from ClientRepositoryBase import *
|
||||||
|
|
||||||
class CMUClientRepository(ClientRepository):
|
class OldClientRepository(ClientRepositoryBase):
|
||||||
"""
|
"""
|
||||||
This is the open-source ClientRepository as provided by CMU. It
|
This is the open-source ClientRepository as provided by CMU. It
|
||||||
communicates with the ServerRepository in this same directory.
|
communicates with the ServerRepository in this same directory.
|
||||||
@ -13,7 +13,7 @@ class CMUClientRepository(ClientRepository):
|
|||||||
notify = DirectNotifyGlobal.directNotify.newCategory("ClientRepository")
|
notify = DirectNotifyGlobal.directNotify.newCategory("ClientRepository")
|
||||||
|
|
||||||
def __init__(self, dcFileNames = None):
|
def __init__(self, dcFileNames = None):
|
||||||
ClientRepository.__init__(self, dcFileNames = dcFileNames)
|
ClientRepositoryBase.__init__(self, dcFileNames = dcFileNames)
|
||||||
|
|
||||||
# The DOID allocator. The CMU LAN server may choose to
|
# The DOID allocator. The CMU LAN server may choose to
|
||||||
# send us a block of DOIDs. If it chooses to do so, then we
|
# send us a block of DOIDs. If it chooses to do so, then we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user