[Neo-report] r2634 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 24 10:15:50 CET 2011


Author: vincent
Date: Mon Jan 24 10:15:50 2011
New Revision: 2634

Log:
Add missing RevisionIndex import.

Breakage introduced in r2632.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Mon Jan 24 10:15:50 2011
@@ -48,6 +48,7 @@ from neo.client.pool import ConnectionPo
 from neo.lib.util import u64, parseMasterList
 from neo.lib.profiling import profiler_decorator, PROFILING_ENABLED
 from neo.lib.live_debug import register as registerLiveDebugger
+from neo.client.mq_index import RevisionIndex
 
 if PROFILING_ENABLED:
     # Those functions require a "real" python function wrapper before they can




More information about the Neo-report mailing list