RyanBalfanz / django-sendgrid

SendGrid for Django
http://pypi.python.org/pypi/django-sendgrid
97 stars 26 forks source link

Python3 is broken #73

Open gone opened 9 years ago

gone commented 9 years ago

Trying to run in python 3 produces some import errors for utils, and once those are fixed by shifting to relative imports you get ImportError: No module named 'httplib' which was removed in python 3