Exemplo n.º 1
0
 def config(self, transport):
     c = Config()
     c.transport = transport
     if transport == 'ipc':
         c.ip = 'test'
     return c