From f718cd20b284c88400cdcf5a92dbd13d08426033 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Fri, 28 Oct 2005 09:16:53 +0000 Subject: [PATCH] make notify always exist for trunk-publish testing TODO: somebody fix this! --- direct/src/distributed/DoInterestManager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/direct/src/distributed/DoInterestManager.py b/direct/src/distributed/DoInterestManager.py index ce77af0193..568bbf39b3 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/direct/src/distributed/DoInterestManager.py @@ -18,9 +18,9 @@ class DoInterestManager(DirectObject.DirectObject): """ 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 _interestIdScopes = 100