[doc] missing import, cw now require this explicitely 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:30:31 +0100
branch3.26
changeset 12482 e4205a2418fd
parent 12481 3b2a1f1e99eb
child 12483 8345fc06e04d
[doc] missing import, cw now require this explicitely
doc/tutorials/advanced/part05_ui-advanced.rst
--- a/doc/tutorials/advanced/part05_ui-advanced.rst	Tue Feb 26 16:30:12 2019 +0100
+++ b/doc/tutorials/advanced/part05_ui-advanced.rst	Tue Feb 26 16:30:31 2019 +0100
@@ -218,6 +218,7 @@
 
 .. sourcecode:: python
 
+    from cubicweb import _
     from logilab.common.decorators import monkeypatch
     from cubicweb import ValidationError
     from cubicweb.web.views import uicfg, component