UI/UserInterface.py

changeset 6583
40ace3a73139
parent 6581
8eb6220f2bb7
child 6586
99b05f86c45e
--- a/UI/UserInterface.py	Sun Nov 04 18:12:25 2018 +0100
+++ b/UI/UserInterface.py	Sun Nov 04 18:35:18 2018 +0100
@@ -7050,6 +7050,16 @@
         p = w.pos()
         return [p.x(), p.y(), s.width(), s.height(), not w.isHidden()]
     
+    def getOriginalPathString(self):
+        """
+        Public method to get the original PATH environment variable (i.e.
+        before modifications by eric6 and PyQt5)
+        
+        @return original PATH environment variable
+        @rtype str
+        """
+        return self.__originalPathString
+    
     ############################
     ## some event handlers below
     ############################

eric ide

mercurial