Commit bfc78394 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix imports to avoid test runner crash.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@775 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8c554551
......@@ -24,7 +24,8 @@ from collections import deque
from neo.tests.base import NeoTestBase
from neo.master.app import MasterNode
from neo.storage.app import Application, StorageNode
from neo.storage.operation import TransactionInformation, OperationEventHandler
from neo.storage.operation import TransactionInformation, ClientOperationEventHandler, \
StorageOperationEventHandler, MasterOperationEventHandler
from neo.exception import PrimaryFailure, OperationFailure
from neo.pt import PartitionTable
from neo import protocol
......
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