prevent warning

This commit is contained in:
Denis Fomin 2013-04-22 18:07:45 +04:00
parent c965ea6118
commit 7954786a1b
1 changed files with 1 additions and 0 deletions

View File

@ -1470,6 +1470,7 @@ def _get_img_direct(attrs):
alt += '\n'
alt += _('Image is too big')
break
f.close()
return (mem, alt)
def _get_img_proxy(attrs, proxy):