cubicweb/__main__.py
author julien tayon <julien.tayon@logilab.fr>
Tue, 21 May 2019 10:50:08 +0200
branch3.26
changeset 12625 ba5231e1aa45
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] Fix case when extid is text in use_extid_as_cwuri() Extid can be bytes or text. This avoid AttributeError: 'str' object has no attribute 'decode'

from cubicweb.cwctl import run

run()