Kaydet (Commit) b4d21139 authored tarafından Georg Brandl's avatar Georg Brandl

Use absolute path in sys.path.

üst 7a98d273
......@@ -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
# ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment