|
@@ -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
|
|
|
|
|
|