Discard unused NotifierUserStreams

This commit is contained in:
Mark Haines 2015-05-13 16:54:02 +01:00
parent 9af432257d
commit f1b83d88a3
3 changed files with 38 additions and 16 deletions

View file

@ -197,6 +197,9 @@ class MockClock(object):
return t
def looping_call(self, function, interval):
pass
def cancel_call_later(self, timer):
if timer[2]:
raise Exception("Cannot cancel an expired timer")