summaryrefslogtreecommitdiffstats
path: root/forum/utils/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/utils/decorators.py')
-rwxr-xr-xforum/utils/decorators.py1
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
-