Ejemplo n.º 1
0
 def __init__(self, path=None):
     Emitter.__init__(self)
     Builder.__init__(self)
     
     if isinstance(path, FilePath):
         self.path = path
     elif path is not None:
         self.path = FilePath(path)
Ejemplo n.º 2
0
 def __init__(self):
     Emitter.__init__(self)
     Builder.__init__(self)
     self._builders = []
     self._servers = {}
     self._outgoingConns = {}