diff -r 34359fbde6ef -r ee9a10b6620e uilib.py --- a/uilib.py Thu Oct 14 10:08:00 2010 +0200 +++ b/uilib.py Thu Oct 14 10:15:38 2010 +0200 @@ -81,7 +81,7 @@ # text publishing ############################################################# try: - from cubicweb.ext.rest import rest_publish # pylint: disable-msg=W0611 + from cubicweb.ext.rest import rest_publish # pylint: disable=W0611 except ImportError: def rest_publish(entity, data): """default behaviour if docutils was not found"""