Plugins/PluginVmTabview.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/Plugins/PluginVmTabview.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/PluginVmTabview.py	Fri Mar 11 16:51:57 2011 +0100
@@ -30,16 +30,18 @@
 
 error = ""
 
+
 def previewPix():
     """
     Module function to return a preview pixmap.
     
     @return preview pixmap (QPixmap)
     """
-    fname = os.path.join(os.path.dirname(__file__), 
+    fname = os.path.join(os.path.dirname(__file__),
                          "ViewManagerPlugins", "Tabview", "preview.png")
     return QPixmap(fname)
     
+
 class VmTabviewPlugin(QObject):
     """
     Class implementing the Tabview view manager plugin.
@@ -57,7 +59,7 @@
         """
         Public method to activate this plugin.
         
-        @return tuple of reference to instantiated viewmanager and 
+        @return tuple of reference to instantiated viewmanager and
             activation status (boolean)
         """
         from ViewManagerPlugins.Tabview.Tabview import Tabview

eric ide

mercurial