mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
parent
cb400b5e17
commit
89ee20bcf7
@ -7,7 +7,6 @@ from direct.distributed.DoCollectionManager import DoCollectionManager
|
||||
from direct.showbase import GarbageReport
|
||||
from .PyDatagramIterator import PyDatagramIterator
|
||||
|
||||
import inspect
|
||||
import gc
|
||||
|
||||
__all__ = ["ConnectionRepository", "GCTrigger"]
|
||||
@ -309,6 +308,8 @@ class ConnectionRepository(
|
||||
|
||||
# Now get the class definition for the classes named in the DC
|
||||
# file.
|
||||
import inspect
|
||||
|
||||
for i in range(dcFile.getNumClasses()):
|
||||
dclass = dcFile.getClass(i)
|
||||
number = dclass.getNumber()
|
||||
|
Loading…
x
Reference in New Issue
Block a user