Sun, 28 Apr 2013 11:06:40 +0200
Fixed PEP-8 related issues.
--- a/Debugger/EditWatchpointDialog.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Debugger/EditWatchpointDialog.py Sun Apr 28 11:06:40 2013 +0200 @@ -80,7 +80,6 @@ # should not happen self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) - def getData(self): """ Public method to retrieve the entered data.
--- a/Network/IRC/IrcChannelWidget.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Network/IRC/IrcChannelWidget.py Sun Apr 28 11:06:40 2013 +0200 @@ -932,7 +932,6 @@ "{0} {1}".format(match.group(1), ircFilter(match.group(2)))) return True - def __handleCtcp(self, match): """ Private method to handle a CTCP channel command.
--- a/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.py Sun Apr 28 11:06:40 2013 +0200 @@ -141,7 +141,6 @@ """ self.__updateOK() - @pyqtSlot(str) def on_id1Edit_textChanged(self, txt): """
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py Sun Apr 28 11:06:40 2013 +0200 @@ -376,7 +376,6 @@ self.hgQueueGotoForceAct.triggered[()].connect(self.__hgQueueGotoPatchForced) self.actions.append(self.hgQueueGotoForceAct) - def __initGuardsActions(self): """ Public method to generate the guards action objects. @@ -690,7 +689,6 @@ self.vcs.getExtensionObject("mq")\ .hgQueueShowHeader(self.project.getProjectPath()) - def __hgQueuePushPopPatches(self, name, operation, all=False, named=False, force=False): """
--- a/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py Sun Apr 28 11:06:40 2013 +0200 @@ -140,7 +140,6 @@ """ self.__updateOK() - @pyqtSlot(str) def on_id1Edit_textChanged(self, txt): """
--- a/Preferences/ConfigurationPages/EmailPage.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Preferences/ConfigurationPages/EmailPage.py Sun Apr 28 11:06:40 2013 +0200 @@ -67,7 +67,6 @@ Preferences.setUser("MailServerUseTLS", self.useTlsCheckBox.isChecked()) - def __updateTestButton(self): """ Private slot to update the enabled state of the test button.
--- a/Preferences/ConfigurationPages/HelpVirusTotalPage.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Preferences/ConfigurationPages/HelpVirusTotalPage.py Sun Apr 28 11:06:40 2013 +0200 @@ -43,7 +43,6 @@ Preferences.getHelp("VirusTotalSecure")) self.vtServiceKeyEdit.setText( Preferences.getHelp("VirusTotalServiceKey")) - def save(self): """
--- a/Preferences/ShortcutsDialog.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Preferences/ShortcutsDialog.py Sun Apr 28 11:06:40 2013 +0200 @@ -426,7 +426,6 @@ itm.setHidden(False) topItem.setHidden(childHiddenCount == topItem.childCount()) - @pyqtSlot(bool) def on_actionButton_toggled(self, checked): """
--- a/Project/Project.py Sun Apr 28 10:47:17 2013 +0200 +++ b/Project/Project.py Sun Apr 28 11:06:40 2013 +0200 @@ -2083,7 +2083,6 @@ else: self.newProjectHooks.emit() self.newProject.emit() - def newProjectAddFiles(self, mainscript): """ @@ -2832,7 +2831,7 @@ if path == self.ppath: return True elif Utilities.normcasepath(Utilities.toNativeSeparators(path)).startswith( - Utilities.normcasepath(Utilities.toNativeSeparators(self.ppath +"/"))): + Utilities.normcasepath(Utilities.toNativeSeparators(self.ppath + "/"))): return True else: return False
--- a/QScintilla/Editor.py Sun Apr 28 10:47:17 2013 +0200 +++ b/QScintilla/Editor.py Sun Apr 28 11:06:40 2013 +0200 @@ -3675,7 +3675,6 @@ lineNo -= 1 else: lineNo += 1 - ############################################################################ ## Setup methods below
--- a/QScintilla/QsciScintillaCompat.py Sun Apr 28 10:47:17 2013 +0200 +++ b/QScintilla/QsciScintillaCompat.py Sun Apr 28 11:06:40 2013 +0200 @@ -962,7 +962,6 @@ QsciScintilla.SC_MARKNUM_FOLDEREND, foreColor) self.SendScintilla(QsciScintilla.SCI_MARKERSETBACK, QsciScintilla.SC_MARKNUM_FOLDEREND, backColor) - ########################################################################### # interface methods to the standard keyboard command set