call super __init__() in SpeedRunner

This commit is contained in:
Bryan Bishop 2013-10-12 16:25:39 -05:00
parent 80fe5be906
commit 2328b2bd3a

View File

@ -60,6 +60,8 @@ class Runner(object):
class SpeedRunner(Runner):
def __init__(self, cry=None, config=None):
super(SpeedRunner, self).__init__()
self.cry = cry
if not config: