We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2afe2 commit 2121718Copy full SHA for 2121718
.gitignore
@@ -12,7 +12,7 @@ develop-eggs
12
.installed.cfg
13
scratch
14
env
15
-venv
+venv*
16
17
# Installer logs
18
pip-log.txt
twilio/__init__.py
@@ -6,6 +6,6 @@
6
# Backwards compatibility.
7
from .version import __version__, __version_info__
8
9
-from exceptions import TwilioException, TwimlException
+from .exceptions import TwilioException, TwimlException
10
11
-from rest.exceptions import TwilioRestException
+from .rest.exceptions import TwilioRestException
0 commit comments