# HG changeset patch # User Sylvain Thénault # Date 1283893111 -7200 # Node ID da580218a5b358e991b726d6ffcac69a5f13f8ec # Parent fcb9d90b622e5dcb3ca9053890e1674af3ca3d98 [c-c db-check] add missing import diff -r fcb9d90b622e -r da580218a5b3 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