Exemplo n.º 1
0
 def __init__(self, host, apikey, api=None):
     if (api is None):
         api = CitySDKParticipation(host, apikey)
     basic311.TestSuite.__init__(self, host, api)