Bugfix cache layer

This commit is contained in:
Erik Johnston 2015-02-06 16:17:05 +00:00
parent c4e3029d55
commit b4886264a3
2 changed files with 22 additions and 11 deletions

View file

@ -40,7 +40,7 @@ class Clock(object):
l.start(msec/1000.0, now=False)
return l
def looping_call(self, loop):
def stop_looping_call(self, loop):
loop.stop()
def call_later(self, delay, callback):