VCS/StatusMonitorThread.py

changeset 2965
d133c7edd88a
parent 2318
3a3ee7cc2ad6
child 3013
fe886b7f8f40
--- a/VCS/StatusMonitorThread.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/VCS/StatusMonitorThread.py	Sun Sep 29 18:22:08 2013 +0200
@@ -179,8 +179,10 @@
             <li>" " path is back at normal</li>
         </ul>
         
-        @return tuple of flag indicating successful operation (boolean) and
+        @ireturn tuple of flag indicating successful operation (boolean) and
             a status message in case of non successful operation (string)
+        @exception RuntimeError to indicate that this method must be
+            implemented by a subclass
         """
         raise RuntimeError('Not implemented')
     

eric ide

mercurial