mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
revert object inheritance for now, causes problems
This commit is contained in:
parent
b70abad054
commit
e7b00c6e92
@ -7,7 +7,7 @@ from direct.directnotify.DirectNotifyGlobal import directNotify
|
|||||||
from MessengerGlobal import messenger
|
from MessengerGlobal import messenger
|
||||||
from direct.showbase.PythonUtil import ClassTree
|
from direct.showbase.PythonUtil import ClassTree
|
||||||
|
|
||||||
class DirectObject(object):
|
class DirectObject:
|
||||||
"""
|
"""
|
||||||
This is the class that all Direct/SAL classes should inherit from
|
This is the class that all Direct/SAL classes should inherit from
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user