[c-c db-check] add missing import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 07 Sep 2010 22:58:31 +0200
branchstable
changeset 6184 da580218a5b3
parent 6183 fcb9d90b622e
child 6185 229006accd26
[c-c db-check] add missing import
server/serverctl.py
--- 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