Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3315
bd1a25ead18d
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py	Thu Apr 03 23:05:31 2014 +0200
@@ -55,7 +55,7 @@
         Note: Derived class must implement this method.
         
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError
     
@@ -68,7 +68,7 @@
         @param mainMenu reference to the main menu (QMenu)
         @ireturn populated menu (QMenu)
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError
     
@@ -80,6 +80,14 @@
         
         @ireturn title of the menu (string)
         @exception NotImplementedError raised if the class has not been
-            reimplemente
+            reimplemented
         """
         raise NotImplementedError
+    
+    def shutdown(self):
+        """
+        Public method to perform shutdown actions.
+        
+        Note: Derived class may implement this method if needed.
+        """
+        pass

eric ide

mercurial