eric6/PluginManager/PluginRepositoryDialog.py

changeset 7960
e8fc383322f7
parent 7955
567f2ec958c3
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
845 self.cw.buttonBox.rejected.connect(self.close) 845 self.cw.buttonBox.rejected.connect(self.close)
846 self.cw.closeAndInstall.connect(self.__startPluginInstall) 846 self.cw.closeAndInstall.connect(self.__startPluginInstall)
847 847
848 def __startPluginInstall(self): 848 def __startPluginInstall(self):
849 """ 849 """
850 Private slot to start the eric6 plugin installation dialog. 850 Private slot to start the eric plugin installation dialog.
851 """ 851 """
852 proc = QProcess() 852 proc = QProcess()
853 applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py") 853 applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py")
854 854
855 args = [] 855 args = []

eric ide

mercurial