Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 3008
7848489bcb92
parent 2962
d6c9d1ca2da4
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Sat Oct 12 15:01:28 2013 +0200
@@ -12,10 +12,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):
         """
@@ -51,7 +52,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
     
@@ -63,7 +65,8 @@
         
         @param mainMenu reference to the main menu (QMenu)
         @ireturn populated menu (QMenu)
-        @exception NotImplementedError raised if the class has not been reimplemente
+        @exception NotImplementedError raised if the class has not been
+            reimplemente
         """
         raise NotImplementedError
     
@@ -74,6 +77,7 @@
         Note: Derived class must implement this method.
         
         @ireturn title of the menu (string)
-        @exception NotImplementedError raised if the class has not been reimplemente
+        @exception NotImplementedError raised if the class has not been
+            reimplemente
         """
         raise NotImplementedError

eric ide

mercurial