Commit 1f434eaf authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove duplicate import of protocol module and reorder them.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1269 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 48ecbe51
......@@ -16,13 +16,10 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from neo import logging
from neo.connection import ServerConnection
from neo import protocol
from neo.protocol import PacketMalformedError, UnexpectedPacketError, \
BrokenNodeDisallowedError, NotReadyError, ProtocolError
from neo.connection import ServerConnection
from neo import protocol
from protocol import ERROR, REQUEST_NODE_IDENTIFICATION, ACCEPT_NODE_IDENTIFICATION, \
ASK_PRIMARY_MASTER, ANSWER_PRIMARY_MASTER, ANNOUNCE_PRIMARY_MASTER, \
REELECT_PRIMARY_MASTER, NOTIFY_NODE_INFORMATION, START_OPERATION, \
......
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