瀏覽代碼

revert object inheritance for now, causes problems

David Rose 16 年之前
父節點
當前提交
e7b00c6e92
共有 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(object):
+class DirectObject:
     """
     """
     This is the class that all Direct/SAL classes should inherit from
     This is the class that all Direct/SAL classes should inherit from
     """
     """