Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Fri Oct 18 23:00:41 2013 +0200
@@ -14,10 +14,11 @@
 
 class HgExtensionProjectHelper(QObject):
     """
-    Class implementing the project helper base for Mercurial extension interfaces.
+    Class implementing the project helper base for Mercurial extension
+    interfaces.
     
-    Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have to be
-          reimplemented by derived classes.
+    Note: The methods initActions(), initMenu(mainMenu) and menuTitle() have
+    to be reimplemented by derived classes.
     """
     def __init__(self):
         """
@@ -53,7 +54,8 @@
         
         Note: Derived class must implement this method.
         
-        @exception NotImplementedError raised if the class has not been reimplemente
+        @exception NotImplementedError raised if the class has not been
+            reimplemente
         """
         raise NotImplementedError
     
@@ -64,8 +66,9 @@
         Note: Derived class must implement this method.
         
         @param mainMenu reference to the main menu (QMenu)
-        @return populated menu (QMenu)
-        @exception NotImplementedError raised if the class has not been reimplemente
+        @ireturn populated menu (QMenu)
+        @exception NotImplementedError raised if the class has not been
+            reimplemente
         """
         raise NotImplementedError
     
@@ -75,7 +78,8 @@
         
         Note: Derived class must implement this method.
         
-        @return title of the menu (string)
-        @exception NotImplementedError raised if the class has not been reimplemente
+        @ireturn title of the menu (string)
+        @exception NotImplementedError raised if the class has not been
+            reimplemente
         """
         raise NotImplementedError

eric ide

mercurial