Commit 2e712075 authored by Vincent Pelletier's avatar Vincent Pelletier

Add missing import.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2623 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b2e40dd2
...@@ -19,6 +19,7 @@ from ZODB import BaseStorage, ConflictResolution, POSException ...@@ -19,6 +19,7 @@ from ZODB import BaseStorage, ConflictResolution, POSException
from zope.interface import implements from zope.interface import implements
import ZODB.interfaces import ZODB.interfaces
import neo
from neo.lib import setupLog from neo.lib import setupLog
from neo.lib.util import add64 from neo.lib.util import add64
from neo.lib.protocol import ZERO_TID from neo.lib.protocol import ZERO_TID
......
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