Skip to content

Commit

Permalink
Fix unicode issue with image helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Feb 6, 2015
1 parent d37b69a commit 18e584e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bedrock/mozorg/helpers/misc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import unicode_literals

from os.path import splitext
import random
import urlparse
Expand Down

0 comments on commit 18e584e

Please sign in to comment.