E5Gui/E5Application.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/E5Gui/E5Application.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/E5Gui/E5Application.py	Fri Mar 11 16:51:57 2011 +0100
@@ -10,6 +10,7 @@
 from PyQt4.QtCore import QCoreApplication
 from PyQt4.QtGui import QApplication
 
+
 class E5Application(QApplication):
     """
     Eric application class with an object registry.
@@ -51,7 +52,7 @@
         else:
             raise KeyError('Object "{0}" is not registered.'.format(name))
         
-    def registerPluginObject(self, name, object, pluginType = None):
+    def registerPluginObject(self, name, object, pluginType=None):
         """
         Public method to register a plugin object in the object registry.
         

eric ide

mercurial