diff -r 34359fbde6ef -r ee9a10b6620e etwist/twctl.py --- a/etwist/twctl.py Thu Oct 14 10:08:00 2010 +0200 +++ b/etwist/twctl.py Thu Oct 14 10:15:38 2010 +0200 @@ -21,7 +21,7 @@ from cubicweb.web.webctl import WebCreateHandler # trigger configuration registration -import cubicweb.etwist.twconfig # pylint: disable-msg=W0611 +import cubicweb.etwist.twconfig # pylint: disable=W0611 class TWCreateHandler(WebCreateHandler): cfgname = 'twisted'