Browse Source

revert object inheritance for now, causes problems

David Rose 16 years ago
parent
commit
e7b00c6e92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/DirectObject.py

+ 1 - 1
direct/src/showbase/DirectObject.py

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