Use absolute path in sys.path.

This commit is contained in:
Georg Brandl 2008-04-12 18:11:18 +00:00
parent 7a98d2730c
commit b4d21139b7
1 changed files with 1 additions and 1 deletions

View File

@ -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
# ---------------------