[Neo-report] r2650 gregory - in /trunk/tools: perfs replication

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 8 15:18:35 CET 2011


Author: gregory
Date: Tue Feb  8 15:18:35 2011
New Revision: 2650

Log:
Fix imports broken since r2615.

Modified:
    trunk/tools/perfs
    trunk/tools/replication

Modified: trunk/tools/perfs
==============================================================================
--- trunk/tools/perfs [iso-8859-1] (original)
+++ trunk/tools/perfs [iso-8859-1] Tue Feb  8 15:18:35 2011
@@ -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):

Modified: trunk/tools/replication
==============================================================================
--- trunk/tools/replication [iso-8859-1] (original)
+++ trunk/tools/replication [iso-8859-1] Tue Feb  8 15:18:35 2011
@@ -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
 




More information about the Neo-report mailing list