Fix unicode error in pdf media type
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Sep 2014 14:30:46 +0000 (09:30 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Sep 2014 14:30:46 +0000 (09:30 -0500)
commit99c466045a1e5eb9032f4938729435c5d6a6e1aa
tree14e64b1d58ef5002277d78ceef7bf750e4645463
parentb6df960806ccb091fc334bcab269be69eec339d8
Fix unicode error in pdf media type

(we're checking against bytestrings, so make that explicit)
mediagoblin/media_types/pdf/processing.py