8000 Fixed incorrect import target · bleepbloop/twilio-python@7941c1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7941c1b

Browse files
author
Kyle Conroy
committed
Fixed incorrect import target
1 parent b514ec8 commit 7941c1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/twimltests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import unittest
2-
import twiliofun as twilio
3-
#import twilio
2+
import twilio
43
import re
54

65
class TwilioTest(unittest.TestCase):

0 commit comments

Comments
 (0)
0