mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Use absolute path in sys.path.
This commit is contained in:
parent
7a98d2730c
commit
b4d21139b7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# that aren't pickleable (module imports are okay, they're removed automatically).
|
||||
|
||||
import sys, os, time
|
||||
sys.path.append('tools/sphinxext')
|
||||
sys.path.append(os.path.abspath('tools/sphinxext'))
|
||||
|
||||
# General configuration
|
||||
# ---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue