server/checkintegrity.py
branchstable
changeset 7468 c202aaf71489
parent 7040 9b1f9bc74f5d
child 7473 a164fdf3de5d
equal deleted inserted replaced
7467:5a6b3e51807d 7468:c202aaf71489
     1 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
    28 import sys
    28 import sys
    29 from datetime import datetime
    29 from datetime import datetime
    30 
    30 
    31 from logilab.common.shellutils import ProgressBar
    31 from logilab.common.shellutils import ProgressBar
    32 
    32 
    33 from cubicweb.schema import PURE_VIRTUAL_RTYPES
    33 from cubicweb.schema import PURE_VIRTUAL_RTYPES, VIRTUAL_RTYPES
    34 from cubicweb.server.sqlutils import SQL_PREFIX
    34 from cubicweb.server.sqlutils import SQL_PREFIX
    35 from cubicweb.server.session import security_enabled
    35 from cubicweb.server.session import security_enabled
    36 
    36 
    37 def notify_fixed(fix):
    37 def notify_fixed(fix):
    38     if fix:
    38     if fix: