mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
notify should not be if __debug__
This commit is contained in:
parent
a3ce5925d0
commit
95618b8d7f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user