diff options
Diffstat (limited to 'forum/utils')
-rwxr-xr-x | forum/utils/decorators.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/forum/utils/decorators.py b/forum/utils/decorators.py index e4e7acb3..440e8312 100755 --- a/forum/utils/decorators.py +++ b/forum/utils/decorators.py @@ -22,4 +22,3 @@ def ajax_method(view_func): json = simplejson.dumps(retval) return HttpResponse(json,mimetype='application/json') return wrap - |