cubicweb/web/application.py
changeset 12050 1c7be7b62823
parent 12043 b8d2e6b9f548
child 12207 2fc04786dd36
equal deleted inserted replaced
12049:2e67aab22219 12050:1c7be7b62823
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """CubicWeb web client application object"""
    18 """CubicWeb web client application object"""
    19 
       
    20 
    19 
    21 
    20 
    22 import contextlib
    21 import contextlib
    23 from functools import wraps
    22 from functools import wraps
    24 import json
    23 import json