# HG changeset patch # User Laurent Peuch # Date 1551195031 -3600 # Node ID e4205a2418fd8e456ed894336f0f2246ee690d95 # Parent 3b2a1f1e99eb5efbcb2471992218f7efe9ba180c [doc] missing import, cw now require this explicitely diff -r 3b2a1f1e99eb -r e4205a2418fd 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