Commit aec0cb00 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused imports found by pyflakes.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@771 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e1905079
...@@ -15,15 +15,11 @@ ...@@ -15,15 +15,11 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Queue import Queue
from ZODB import BaseStorage, ConflictResolution, POSException from ZODB import BaseStorage, ConflictResolution, POSException
from ZODB.utils import oid_repr, p64, u64
import logging import logging
from neo.client.app import Application from neo.client.app import Application
from neo.client.exception import NEOStorageConflictError, NEOStorageNotFoundError from neo.client.exception import NEOStorageConflictError, NEOStorageNotFoundError
from neo.util import dump
from neo.locking import Lock
from neo import DEFAULT_LOG_FORMAT from neo import DEFAULT_LOG_FORMAT
class Storage(BaseStorage.BaseStorage, class Storage(BaseStorage.BaseStorage,
......
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