PEP8 cleanups, unused imports cleanups

This commit is contained in:
Roberto Rosario
2014-06-29 14:14:27 -04:00
parent 904ff92cf1
commit ecb6733cd4
53 changed files with 92 additions and 189 deletions

View File

@@ -58,7 +58,8 @@ class SmartLinkImageWidget(forms.widgets.Widget):
output.append(u'</div>')
output.append(
u'<br /><span class="famfam active famfam-magnifier"></span>%s' %
ugettext(u'Click on the image for full size view of the first page.'))
ugettext(u'Click on the image for full size view of the first page.')
)
return mark_safe(u''.join(output))