[svn r63547] renaming all event consumers to use the "__" convention that
is also used for funcargs. --HG-- branch : trunk
This commit is contained in:
@@ -139,10 +139,10 @@ def slave_runsession(channel, config, fullwidth, hasmarkup):
|
||||
session.shouldclose = channel.isclosed
|
||||
|
||||
class Failures(list):
|
||||
def pyevent_itemtestreport(self, ev):
|
||||
def pyevent__itemtestreport(self, ev):
|
||||
if ev.failed:
|
||||
self.append(ev)
|
||||
pyevent_collectionreport = pyevent_itemtestreport
|
||||
pyevent__collectionreport = pyevent__itemtestreport
|
||||
|
||||
failreports = Failures()
|
||||
session.bus.register(failreports)
|
||||
|
||||
Reference in New Issue
Block a user