8000 Merge pull request #180 from phalt/exceptions_backwards_compat · twilio/twilio-python@7df5a01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7df5a01

Browse files
committed
Merge pull request #180 from phalt/exceptions_backwards_compat
Fix exception import errors and backwards compatibility.
2 parents 3e66f8b + 2121718 commit 7df5a01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ develop-eggs
1212
.installed.cfg
1313
scratch
1414
env
15-
venv
15+
venv*
1616

1717
# Installer logs
1818
pip-log.txt

twilio/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
# Backwards compatibility.
77
from .version import __version__, __version_info__
8+
9+
from .exceptions import TwilioException, TwimlException
10+
11+
from .rest.exceptions import TwilioRestException

0 commit comments

Comments
 (0)
0