8000 Fix compat import · yikaraman/twilio-python@17d7a18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17d7a18

Browse files
author
Carlos Diaz-Padron
committed
Fix compat import
1 parent 217c467 commit 17d7a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/http/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from urllib import urlencode
1+
from twilio.compat import urlencode
22

33

44
class Request(object):

0 commit comments

Comments
 (0)
0