make notify always exist for trunk-publish testing

TODO: somebody fix this!
This commit is contained in:
Joseph Lee 2005-10-28 09:16:53 +00:00
parent efc2a9ce26
commit f718cd20b2

View File

@ -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