소스 검색

make notify always exist for trunk-publish testing

TODO: somebody fix this!
Joseph Lee 20 년 전
부모
커밋
f718cd20b2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      direct/src/distributed/DoInterestManager.py

+ 3 - 3
direct/src/distributed/DoInterestManager.py

@@ -18,9 +18,9 @@ class DoInterestManager(DirectObject.DirectObject):
     """
     """
     Top level Interest Manager
     Top level Interest Manager
     """
     """
-    if __debug__:
-        from direct.directnotify.DirectNotifyGlobal import directNotify
-        notify = directNotify.newCategory("DoInterestManager")
+    #if __debug__:      is this production ready?
+    from direct.directnotify.DirectNotifyGlobal import directNotify
+    notify = directNotify.newCategory("DoInterestManager")
 
 
     _interestIdAssign = 1
     _interestIdAssign = 1
     _interestIdScopes = 100
     _interestIdScopes = 100