Fix str(Unauthorized)
which is really problematic on python 3 where __unicode__ is never called
anymore. This was caused because in PY3, CubicWebException.__str__ was referencing
__unicode__ implementation of CubicWebException, not of its subclass that
implements it.
Fix a flake8 style warning about lambda assignment as a bonus.
CubicWeb semantic web framework===============================CubicWeb is a entities / relations based knowledge management systemdevelopped at Logilab.This package contains:- a repository server- a RQL command line client to the repository- an adaptative modpython interface to the server- a bunch of other management toolsInstall-------More details at https://docs.cubicweb.org/book/admin/setupGetting started---------------Execute:: apt-get install cubicweb cubicweb-dev cubicweb-blog cubicweb-ctl create blog myblog cubicweb-ctl start -D myblog sensible-browser http://localhost:8080/Details at https://docs.cubicweb.org/tutorials/base/blog-in-five-minutesDocumentation-------------Look in the doc/ subdirectory or read https://docs.cubicweb.org/CubicWeb includes the Entypo pictograms by Daniel Bruce — www.entypo.com