Browse Source

DirectObject: classobj -> type

rdb 16 years ago
parent
commit
b70abad054
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:
+class DirectObject(object):
     """
     This is the class that all Direct/SAL classes should inherit from
     """