Preferences/ConfigurationPages/Py3FlakesPage.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Preferences/ConfigurationPages/Py3FlakesPage.py
--- a/Preferences/ConfigurationPages/Py3FlakesPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/Py3FlakesPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -12,6 +12,7 @@
 
 import Preferences
 
+
 class Py3FlakesPage(ConfigurationPageBase, Ui_Py3FlakesPage):
     """
     Class implementing the Python configuration page.
@@ -34,11 +35,12 @@
         """
         Public slot to save the Python configuration.
         """
-        Preferences.setFlakes("IncludeInSyntaxCheck", 
+        Preferences.setFlakes("IncludeInSyntaxCheck",
             self.includeCheckBox.isChecked())
-        Preferences.setFlakes("IgnoreStarImportWarnings", 
+        Preferences.setFlakes("IgnoreStarImportWarnings",
             self.ignoreStarImportCheckBox.isChecked())
     
+
 def create(dlg):
     """
     Module function to create the configuration page.

eric ide

mercurial