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

Add missing RevisionIndex import.

Breakage introduced in r2632.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2634 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d0e006f0
......@@ -48,6 +48,7 @@ from neo.client.pool import ConnectionPool
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
......
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