server/checkintegrity.py
branchstable
changeset 5999 eaf8219f8b7d
parent 5954 987086484876
child 6112 913979c79244
equal deleted inserted replaced
5998:6c148645075d 5999:eaf8219f8b7d
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Check integrity of a CubicWeb repository. Hum actually only the system database
    18 """Check integrity of a CubicWeb repository. Hum actually only the system database
    19 is checked.
    19 is checked.
    20 
       
    21 """
    20 """
       
    21 
    22 from __future__ import with_statement
    22 from __future__ import with_statement
    23 
    23 
    24 __docformat__ = "restructuredtext en"
    24 __docformat__ = "restructuredtext en"
    25 
    25 
    26 import sys
    26 import sys