uilib.py
changeset 6491 ee9a10b6620e
parent 6106 1e6d93f70d14
child 6683 68cfebd3b9f3
--- 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"""