8000 Add twilio relative import · sinanuozdemir/twilio-python@c55b271 · GitHub
[go: up one dir, main page]

Skip to content

Commit c55b271

Browse files
committed
Add twilio relative import
1 parent 0b894b6 commit c55b271

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# full list see the documentation:
77
# http://www.sphinx-doc.org/en/master/config
88

9-
from twilio import __version__
109

1110
# -- Path setup --------------------------------------------------------------
1211

@@ -17,6 +16,10 @@
1716
import os
1817
import sys
1918
sys.path.insert(0, os.path.join(os.path.abspath('..'), 'twilio'))
19+
sys.path.append('..')
20+
from twilio import __version__
21+
22+
2023
# -- Project information -----------------------------------------------------
2124

2225
project = 'twilio-python'

0 commit comments

Comments
 (0)
0