revert object inheritance for now, causes problems

This commit is contained in:
David Rose 2009-09-04 18:24:35 +00:00
parent b70abad054
commit e7b00c6e92

View File

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