From 95618b8d7ff79735390b7694b206e0185bce1c03 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Fri, 28 Oct 2005 23:13:34 +0000 Subject: [PATCH] notify should not be if __debug__ --- direct/src/distributed/DoInterestManager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/distributed/DoInterestManager.py b/direct/src/distributed/DoInterestManager.py index 568bbf39b3..a5efa30068 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/direct/src/distributed/DoInterestManager.py @@ -13,13 +13,12 @@ from direct.showbase.PythonUtil import * from direct.showbase import DirectObject from PyDatagram import PyDatagram #from PyDatagramIterator import PyDatagramIterator +from direct.directnotify.DirectNotifyGlobal import directNotify class DoInterestManager(DirectObject.DirectObject): """ Top level Interest Manager """ - #if __debug__: is this production ready? - from direct.directnotify.DirectNotifyGlobal import directNotify notify = directNotify.newCategory("DoInterestManager") _interestIdAssign = 1