UI/UserInterface.py

branch
6_0_x
changeset 4138
95a60072ba45
parent 4106
f367d432509a
child 4140
22040bea71a0
--- a/UI/UserInterface.py	Fri Feb 27 19:45:53 2015 +0100
+++ b/UI/UserInterface.py	Sat Feb 28 15:49:35 2015 +0100
@@ -4685,7 +4685,7 @@
             else:
                 pythonDocDir = Utilities.getEnvironmentEntry(
                     "PYTHON3DOCDIR",
-                    '/usr/share/doc/packages/python/html')
+                    '/usr/share/doc/packages/python3/html')
         if not pythonDocDir.startswith("http://") and \
            not pythonDocDir.startswith("https://"):
             if pythonDocDir.startswith("file://"):
@@ -4749,7 +4749,7 @@
             else:
                 pythonDocDir = Utilities.getEnvironmentEntry(
                     "PYTHON2DOCDIR",
-                    '/usr/share/doc/packages/python/html/python-docs-html')
+                    '/usr/share/doc/packages/python/html')
         if not pythonDocDir.startswith("http://") and \
            not pythonDocDir.startswith("https://"):
             if pythonDocDir.startswith("file://"):

eric ide

mercurial