Skip to content

Commit c39b0ec

Browse files
author
Paul Hallett
committed
Fixed import error
1 parent df5ea6f commit c39b0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/twiml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
import xml.etree.ElementTree as ET
55

6-
from exceptions import TwimlException
6+
from .exceptions import TwimlException
77

88

99
class Verb(object):

0 commit comments

Comments
 (0)