Beispiel #1
0
    def __init__(self, *args, **kwargs):
        SSHChannel.__init__(self, *args, **kwargs)

        self.proxy = Proxy()
        attach_protocol_to_channel(self.proxy, self)
Beispiel #2
0
 def __init__(self):
     self.proxy = Proxy()