Merge pull request #77 from matrix-org/failures

Failures
This commit is contained in:
Erik Johnston 2015-02-18 10:29:29 +00:00
commit fe672a04f7
4 changed files with 50 additions and 17 deletions

View file

@ -99,8 +99,6 @@ class Clock(object):
except:
pass
return res
given_deferred.addCallbacks(callback=sucess, errback=err)
timer = self.call_later(time_out, timed_out_fn)