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 """ |