8000 forgot to remove sys path · twilio/twilio-python@0255c47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0255c47

Browse files
committed
forgot to remove sys path
1 parent 3aaae24 commit 0255c47

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

tests/task_router/test_task_router_capability.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import sys
2-
sys.path.append('../../')
3-
sys.path.append('/Library/Python/2.7/site-packages')
4-
51
import unittest
62
import warnings
73

tests/task_router/test_task_router_worker_capability.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import sys
2-
sys.path.append('../../')
3-
sys.path.append('/Library/Python/2.7/site-packages')
4-
51
import time
62
import unittest
73

tests/task_router/test_task_router_workspace_capability.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import sys
2-
sys.path.append('../../')
3-
sys.path.append('/Library/Python/2.7/site-packages')
4-
51
import time
62
import unittest
73

0 commit comments

Comments
 (0)
0