30,31c30,31 < def __init__ (self): < Activity.__init__ (self) --- > def __init__ (self, service): > Activity.__init__ (self, service)