Commit 0ef6b657 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix imports broken since r2615.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2650 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 69975d76
......@@ -10,7 +10,7 @@ from ZODB.FileStorage import FileStorage
from neo.tests.benchmark import BenchmarkRunner
from neo.tests.functional import NEOCluster
from neo.profiling import PROFILING_ENABLED, profiler_decorator, \
from neo.lib.profiling import PROFILING_ENABLED, profiler_decorator, \
profiler_report
class ImportBenchmark(BenchmarkRunner):
......
......@@ -7,8 +7,8 @@ import transaction
from persistent import Persistent
from ZODB.tests.StorageTestBase import zodb_pickle
from neo.util import p64
from neo.protocol import CellStates
from neo.lib.util import p64
from neo.lib.protocol import CellStates
from neo.tests.benchmark import BenchmarkRunner
from neo.tests.functional import NEOCluster
......
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