mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
DirectObject: classobj -> type
This commit is contained in:
parent
ea4e8abcaa
commit
b70abad054
@ -7,7 +7,7 @@ from direct.directnotify.DirectNotifyGlobal import directNotify
|
||||
from MessengerGlobal import messenger
|
||||
from direct.showbase.PythonUtil import ClassTree
|
||||
|
||||
class DirectObject:
|
||||
class DirectObject(object):
|
||||
"""
|
||||
This is the class that all Direct/SAL classes should inherit from
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user