server/checkintegrity.py
changeset 8694 d901c36bcfce
parent 8578 f6ea4ea63d57
child 8695 358d8bed9626
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    18 """Integrity checking tool for instances:
    18 """Integrity checking tool for instances:
    19 
    19 
    20 * integrity of a CubicWeb repository. Hum actually only the system database is
    20 * integrity of a CubicWeb repository. Hum actually only the system database is
    21   checked.
    21   checked.
    22 """
    22 """
    23 
       
    24 from __future__ import with_statement
       
    25 
       
    26 __docformat__ = "restructuredtext en"
    23 __docformat__ = "restructuredtext en"
    27 
    24 
    28 import sys
    25 import sys
    29 from datetime import datetime
    26 from datetime import datetime
    30 
    27