mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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 direct.showbase.PythonUtil import ClassTree
|
||||
|
||||
class DirectObject(object):
|
||||
class DirectObject:
|
||||
"""
|
||||
This is the class that all Direct/SAL classes should inherit from
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user