diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-16 17:12:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-16 17:12:41 +0200 |
commit | 1fdd59172b321fbebf34dc2f9d1b85ad449d42f7 (patch) | |
tree | 78895b14d1d3f9dfbb3de4a7f443c581e68d6cdb /docs | |
parent | Plugins cleanup (diff) | |
download | pyload-1fdd59172b321fbebf34dc2f9d1b85ad449d42f7.tar.xz |
Fix lib import
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_docs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/build_docs.py b/docs/build_docs.py index 82dd75e0b..15fc2070d 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -21,10 +21,6 @@ dir_name = os.path.join(os.path.dirname(os.path.abspath(""))) 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", "Python", "Lib")) - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the |