VCS/ProjectBrowserHelper.py

changeset 2965
d133c7edd88a
parent 2409
df3820f08247
child 3013
fe886b7f8f40
--- a/VCS/ProjectBrowserHelper.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/VCS/ProjectBrowserHelper.py	Sun Sep 29 18:22:08 2013 +0200
@@ -75,6 +75,8 @@
         @param menu reference to the menu to be shown
         @param standardItems array of standard items that need activation/deactivation
             depending on the overall VCS status
+        @exception RuntimeError to indicate that this method must be
+            implemented by a subclass
         """
         raise RuntimeError('Not implemented')
     
@@ -88,6 +90,8 @@
         @param menu reference to the menu to be shown
         @param standardItems array of standard items that need activation/deactivation
             depending on the overall VCS status
+        @exception RuntimeError to indicate that this method must be
+            implemented by a subclass
         """
         raise RuntimeError('Not implemented')
     
@@ -101,6 +105,8 @@
         @param menu reference to the menu to be shown
         @param standardItems array of standard items that need activation/deactivation
             depending on the overall VCS status
+        @exception RuntimeError to indicate that this method must be
+            implemented by a subclass
         """
         raise RuntimeError('Not implemented')
     
@@ -114,6 +120,8 @@
         @param menu reference to the menu to be shown
         @param standardItems array of standard items that need activation/deactivation
             depending on the overall VCS status
+        @exception RuntimeError to indicate that this method must be
+            implemented by a subclass
         """
         raise RuntimeError('Not implemented')
 

eric ide

mercurial