*** empty log message ***

This commit is contained in:
Joe Shochet 2000-12-08 17:47:17 +00:00
parent 9c5c80ca5d
commit 91127e578a

View File

@ -17,6 +17,8 @@ class EventManager:
if (EventManager.notify == None):
EventManager.notify = directNotify.newCategory("EventManager")
# EventManager.notify.setDebug(1)
self.eventQueue = EventQueue.getGlobalEventQueue()
self.eventHandler = EventHandler(self.eventQueue)