robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
156 stars 56 forks source link

Update to use Twilio 6.x SDK #9

Open an-dev opened 7 years ago

an-dev commented 7 years ago

Looks like a couple of imports are causing issues for users using Twilio's Python Helper Library 6.x.

from deux/notifications.py

from __future__ import absolute_import, unicode_literals

from twilio.rest import TwilioRestClient
from twilio.rest.exceptions import TwilioRestException

these 2 imports have been moved to other modules or renamed.