eric6/VCS/StatusMonitorThread.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7165
375c077ef7e2
child 7229
53054eb5b15a
equal deleted inserted replaced
7191:960850ec284c 7192:a22eee00b052
201 a status message in case of non successful operation (string) 201 a status message in case of non successful operation (string)
202 @exception RuntimeError to indicate that this method must be 202 @exception RuntimeError to indicate that this method must be
203 implemented by a subclass 203 implemented by a subclass
204 """ 204 """
205 raise RuntimeError('Not implemented') 205 raise RuntimeError('Not implemented')
206
207 return tuple()
206 208
207 def _getInfo(self): 209 def _getInfo(self):
208 """ 210 """
209 Protected method implementing the real info action. 211 Protected method implementing the real info action.
210 212

eric ide

mercurial