浏览代码

DirectObject: classobj -> type

rdb 16 年之前
父节点
当前提交
b70abad054
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 MessengerGlobal import messenger
 from direct.showbase.PythonUtil import ClassTree
 from direct.showbase.PythonUtil import ClassTree
 
 
-class DirectObject:
+class DirectObject(object):
     """
     """
     This is the class that all Direct/SAL classes should inherit from
     This is the class that all Direct/SAL classes should inherit from
     """
     """