Preferences/ConfigurationPages/IconsPage.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1131
7781e396c903
--- a/Preferences/ConfigurationPages/IconsPage.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Preferences/ConfigurationPages/IconsPage.py	Fri Mar 11 16:51:57 2011 +0100
@@ -20,6 +20,7 @@
 import Preferences
 import Utilities
 
+
 class IconsPage(ConfigurationPageBase, Ui_IconsPage):
     """
     Class implementing the Icons configuration page.
@@ -168,6 +169,7 @@
             dlg = IconsPreviewDialog(self, dir)
             dlg.exec_()
     
+
 def create(dlg):
     """
     Module function to create the configuration page.

eric ide

mercurial