# HG changeset patch # User Laurent Peuch # Date 1551195031 -3600 # Node ID d0206861996a98f5987285b610f6f1f43269f5bd # Parent 30b83cf45dd4faadbd4705f4388087b358d2c168 [doc] missing import, cw now require this explicitely diff -r 30b83cf45dd4 -r d0206861996a 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