Commit a3e5eaa0 authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, NeoException is declared in the main exception.py file, not the one in the client.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@712 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b4a5a9af
......@@ -32,7 +32,8 @@ from neo.protocol import Packet, INVALID_UUID, INVALID_TID, INVALID_PARTITION, \
DOWN_STATE, HIDDEN_STATE
from neo.client.handler import *
from neo.client.exception import NEOStorageError, NEOStorageConflictError, \
NEOStorageNotFoundError, NEOStorageConnectionFailure, NeoException
NEOStorageNotFoundError, NEOStorageConnectionFailure
from neo.exception import NeoException
from neo.util import makeChecksum, dump
from neo.connector import getConnectorHandler
from neo.client.dispatcher import Dispatcher
......
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