PEP8 cleanup, unused imports, missing imports, style cleanups

This commit is contained in:
Roberto Rosario
2014-07-10 02:45:19 -04:00
parent beaccf7128
commit 3bed82fc16
75 changed files with 119 additions and 290 deletions

View File

@@ -52,7 +52,6 @@ def comment_delete(request, comment_id=None, comment_id_list=None):
return HttpResponseRedirect(next)
context = {
#'object_name': _(u'comment'),
'delete_view': True,
'previous': previous,
'next': next,