--- a/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.py Sat May 02 15:05:16 2020 +0200 +++ b/RefactoringRope/ConfigurationPage/AutoCompletionRopePage.py Mon Jun 22 18:08:10 2020 +0200 @@ -54,17 +54,9 @@ Public slot to perform some polishing actions. """ names = self.__plugin.getCodeAssistServer().connectionNames() - self.python2Button.setEnabled("Python2" in names) self.python3Button.setEnabled("Python3" in names) @pyqtSlot() - def on_python2Button_clicked(self): - """ - Private slot to edit the rope configuration for Python 2. - """ - self.__plugin.getCodeAssistServer().editConfig("Python2") - - @pyqtSlot() def on_python3Button_clicked(self): """ Private slot to edit the rope configuration for Python 3.