2+3 ox.django

This commit is contained in:
j 2014-10-02 08:34:58 +02:00
commit 4b8aad5b38
4 changed files with 15 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from shortcuts import HttpErrorJson, render_to_json_response
from .shortcuts import HttpErrorJson, render_to_json_response
class ExceptionMiddleware(object):
def process_exception(self, request, exception):