diff -r ce49e3885453 -r 5adb6d8e5fa7 server/checkintegrity.py --- a/server/checkintegrity.py Tue Feb 17 22:43:59 2009 +0100 +++ b/server/checkintegrity.py Tue Feb 17 22:49:54 2009 +0100 @@ -84,7 +84,7 @@ ', '.join(sorted(str(e) for e in etypes)) pb = ProgressBar(len(etypes) + 1) # first monkey patch Entity.check to disable validation - from cubicweb.common.entity import Entity + from cubicweb.entity import Entity _check = Entity.check Entity.check = lambda self, creation=False: True # clear fti table first