coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Catch AttributeError when importing simplejson. #44

Closed benkonrath closed 9 years ago

benkonrath commented 9 years ago

I needed this fix for django 1.6.10 on python 2.6. I'm really not sure why the simplejson import worked, but it did seem to import without an import error and then it didn't have the JSONDecodeError attribute.

benkonrath commented 9 years ago

Thanks.