cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 22 Mar 2018 10:04:54 +0100
branch3.26
changeset 12281 5cc17bac799e
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] Add missing import of _DATA_DIR in webctl Followup on d84bc85f7f70 which introduced usage of this name in _datadirs method of GenStaticDataDirMixIn but resulted into a NameError at runtime and makes migrations crash.

from cubicweb.cwctl import run

run()