Skip to content

Commit f0c53a3

Browse files
authored
Merge pull request #317 from twilio/next-gen-restructure
Next gen restructure
2 parents 9aaf62e + c0d9719 commit f0c53a3

File tree

318 files changed

+3726
-3726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+3726
-3726
lines changed

tests/holodeck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
from twilio.base.exceptions import TwilioRestException
12
from twilio.http import HttpClient
23
from twilio.http.request import Request
3-
from twilio.exceptions import TwilioRestException
44

55

66
class Hologram(object):

tests/integration/accounts/v1/credential/test_public_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/accounts/v1/test_credential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/address/test_dependent_phone_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/available_phone_number/test_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/available_phone_number/test_mobile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/available_phone_number/test_toll_free.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/call/test_feedback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

tests/integration/api/v2010/account/call/test_feedback_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from datetime import date
1010
from tests import IntegrationTestCase
1111
from tests.holodeck import Request
12-
from twilio import serialize
13-
from twilio.exceptions import TwilioException
12+
from twilio.base import serialize
13+
from twilio.base.exceptions import TwilioException
1414
from twilio.http.response import Response
1515

1616

tests/integration/api/v2010/account/call/test_notification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tests import IntegrationTestCase
1010
from tests.holodeck import Request
11-
from twilio.exceptions import TwilioException
11+
from twilio.base.exceptions import TwilioException
1212
from twilio.http.response import Response
1313

1414

0 commit comments

Comments
 (0)