diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 07:07:50 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 07:07:50 (GMT) |
| commit | d51c1a195322e24e86a3c10eaf444a97dbc35b4a (patch) | |
| tree | 0c04ce2b6e42305626ccf260072eb4e6391d125e /Doc/conf.py | |
| parent | fa7a2953cc2260b6f2ffe94955fcddfd83d3595d (diff) | |
| parent | e03902910c70900954572d72997f339a3c1f1154 (diff) | |
| download | cpython-d51c1a195322e24e86a3c10eaf444a97dbc35b4a.zip cpython-d51c1a195322e24e86a3c10eaf444a97dbc35b4a.tar.gz cpython-d51c1a195322e24e86a3c10eaf444a97dbc35b4a.tar.bz2 | |
merge with 3.4
Diffstat (limited to 'Doc/conf.py')
| -rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 0c7b601..ff073b1 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -7,7 +7,7 @@ # that aren't pickleable (module imports are okay, they're removed automatically). import sys, os, time -sys.path.append(os.path.abspath('tools')) +sys.path.append(os.path.abspath('tools/extensions')) # General configuration # --------------------- |
