eric6/VCS/StatusMonitorThread.py

changeset 7249
0bf517e60f54
parent 7229
53054eb5b15a
child 7259
7c017076c12e
equal deleted inserted replaced
7248:60b48ab891fa 7249:0bf517e60f54
201 @exception RuntimeError to indicate that this method must be 201 @exception RuntimeError to indicate that this method must be
202 implemented by a subclass 202 implemented by a subclass
203 """ 203 """
204 raise RuntimeError('Not implemented') 204 raise RuntimeError('Not implemented')
205 205
206 return tuple() 206 return ()
207 207
208 def _getInfo(self): 208 def _getInfo(self):
209 """ 209 """
210 Protected method implementing the real info action. 210 Protected method implementing the real info action.
211 211

eric ide

mercurial