Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121176
Collapse All | Expand All

(-)UserInterface.py.orig (-1 / +1 lines)
Lines 2583-2589 Link Here
2583
                pythonDocDir = os.environ.get("PYTHONDOCDIR", 
2583
                pythonDocDir = os.environ.get("PYTHONDOCDIR", 
2584
                    os.path.join(os.path.dirname(sys.executable), "doc"))
2584
                    os.path.join(os.path.dirname(sys.executable), "doc"))
2585
            else:
2585
            else:
2586
                pythonDocDir = os.environ.get("PYTHONDOCDIR", 
2586
                pythonDocDir = os.environ.get("PYTHONDOCS", 
2587
                    '/usr/share/doc/packages/python/html')
2587
                    '/usr/share/doc/packages/python/html')
2588
        home = Utilities.normjoinpath(pythonDocDir, 'index.html')
2588
        home = Utilities.normjoinpath(pythonDocDir, 'index.html')
2589
        
2589
        

Return to bug 121176