Commit 46950e71 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix handler access.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@954 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3cbc4ef7
......@@ -252,7 +252,7 @@ class Application(object):
self.ptid = None
self.storage_event_handler = storage.StorageEventHandler(self, self.dispatcher)
self.storage_bootstrap_handler = storage.StorageBootstrapHandler(self)
self.storage_handler = handler.storage.StorageAnswersHandler(self)
self.storage_handler = storage.StorageAnswersHandler(self)
self.primary_handler = master.PrimaryAnswersHandler(self)
self.primary_bootstrap_handler = master.PrimaryBootstrapHandler(self)
self.notifications_handler = master.PrimaryNotificationsHandler(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment