diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 16:05:04 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 16:05:04 +0200 |
commit | 99ec1c400d79ecc41ae1745e794e21e2e79d2add (patch) | |
tree | a20349bc3e5a1b20e0c8184f5aeb2f7c43a43194 /docs | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-99ec1c400d79ecc41ae1745e794e21e2e79d2add.tar.xz |
Move lib to lib/Python/Lib
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_docs.py b/docs/build_docs.py index d4822ef94..82dd75e0b 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -23,7 +23,7 @@ sys.path.append(dir_name) if "64" in platform.machine(): sys.path.append(os.path.join(os.path.dirname, "lib64")) -sys.path.append(os.path.join(os.path.dirname, "lib")) +sys.path.append(os.path.join(os.path.dirname, "lib", "Python", "Lib")) # If extensions (or modules to document with autodoc) are in another directory, |