src/eric7/VCS/StatusMonitorThread.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
210 <li>" " path is back at normal</li> 210 <li>" " path is back at normal</li>
211 </ul> 211 </ul>
212 212
213 @return tuple of flag indicating successful operation (boolean) and 213 @return tuple of flag indicating successful operation (boolean) and
214 a status message in case of non successful operation (string) 214 a status message in case of non successful operation (string)
215 @exception RuntimeError to indicate that this method must be 215 @exception NotImplementedError to indicate that this method must be
216 implemented by a subclass 216 implemented by a subclass
217 """ 217 """
218 raise RuntimeError("Not implemented") 218 raise NotImplementedError("Not implemented")
219 219
220 return () 220 return ()
221 221
222 def _getInfo(self): 222 def _getInfo(self):
223 """ 223 """

eric ide

mercurial