Commit 51ca7c9e authored by Vincent Pelletier's avatar Vincent Pelletier

Move dispatcher.py to top-level neo module, to share it more broadly.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1021 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5f26aa0a
......@@ -36,7 +36,7 @@ from neo.client.exception import NEOStorageError, NEOStorageConflictError
from neo.client.exception import NEOStorageNotFoundError
from neo.exception import NeoException
from neo.client.handlers import storage, master
from neo.client.dispatcher import Dispatcher
from neo.dispatcher import Dispatcher
from neo.client.poll import ThreadedPoll
from neo.client.iterator import Iterator
from neo.client.mq import MQ
......
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