mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Fix DTOOL_SUPER_BASE111 assertion error with the new building style
This commit is contained in:
parent
93ed8b275e
commit
e6c8957d27
@ -2459,7 +2459,8 @@ def _getDtoolSuperBase():
|
|||||||
from pandac.PandaModules import PandaNode
|
from pandac.PandaModules import PandaNode
|
||||||
dtoolSuperBase = PandaNode('').__class__.__bases__[0].__bases__[0].__bases__[0]
|
dtoolSuperBase = PandaNode('').__class__.__bases__[0].__bases__[0].__bases__[0]
|
||||||
assert repr(dtoolSuperBase) == "<type 'libdtoolconfig.DTOOL_SUPER_BASE111'>" \
|
assert repr(dtoolSuperBase) == "<type 'libdtoolconfig.DTOOL_SUPER_BASE111'>" \
|
||||||
or repr(dtoolSuperBase) == "<type 'libdtoolconfig.DTOOL_SUPPER_BASE111'>"
|
or repr(dtoolSuperBase) == "<type 'libdtoolconfig.DTOOL_SUPPER_BASE111'>" \
|
||||||
|
or repr(dtoolSuperBase) == "<type 'dtoolconfig.DTOOL_SUPER_BASE111'>"
|
||||||
|
|
||||||
safeReprNotify = None
|
safeReprNotify = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user