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,7 +18,7 @@ class DoInterestManager(DirectObject.DirectObject):
"""
Top level Interest Manager
"""
if __debug__:
#if __debug__: is this production ready?
from direct.directnotify.DirectNotifyGlobal import directNotify
notify = directNotify.newCategory("DoInterestManager")