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 df5ea6f commit c39b0ecCopy full SHA for c39b0ec
twilio/twiml.py
@@ -3,7 +3,7 @@
3
"""
4
import xml.etree.ElementTree as ET
5
6
-from exceptions import TwimlException
+from .exceptions import TwimlException
7
8
9
class Verb(object):
0 commit comments