server/serverctl.py
branchstable
changeset 6184 da580218a5b3
parent 6138 65f5e488f983
child 6299 51a9494b5efb
--- a/server/serverctl.py	Tue Sep 07 18:58:20 2010 +0200
+++ b/server/serverctl.py	Tue Sep 07 22:58:31 2010 +0200
@@ -814,6 +814,7 @@
         )
 
     def run(self, args):
+        from cubicweb.server.checkintegrity import check
         appid = args[0]
         config = ServerConfiguration.config_for(appid)
         config.repairing = self.config.force