Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37882488
en ru br
ALT Linux repositórios
S:1.3.1-alt3

Group :: Development/Python3
RPM: python3-module-pandas

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: pandas-alt-docs.patch
Download


diff --git a/doc/make.py b/doc/make.py
index db729853e..9e77ff613 100755
--- a/doc/make.py
+++ b/doc/make.py
@@ -339,8 +339,7 @@ def main():
     # external libraries (namely Sphinx) to compile this module and resolve
     # the import of `python_path` correctly. The latter is used to resolve
     # the import within the module, injecting it into the global namespace
-    os.environ["PYTHONPATH"] = args.python_path
-    sys.path.insert(0, args.python_path)
+    sys.path.insert(0, os.environ["PYTHONPATH"])
     globals()["pandas"] = importlib.import_module("pandas")
 
     # Set the matplotlib backend to the non-interactive Agg backend for all
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009