eric6/VirtualEnv/VirtualenvInterpreterSelectionDialog.py

changeset 7671
5c6b164618c6
parent 7635
0cdead130a81
child 7781
607a6098cb44
equal deleted inserted replaced
7670:aefd888a2b93 7671:5c6b164618c6
74 Public method to get the entered data. 74 Public method to get the entered data.
75 75
76 @return path of the selected Python interpreter 76 @return path of the selected Python interpreter
77 @rtype str 77 @rtype str
78 """ 78 """
79 return self.pythonExecPicker.text(), 79 return self.pythonExecPicker.text()

eric ide

mercurial