예제 #1
0
파일: ssh.py 프로젝트: aglarendil/solar
 def __init__(self):
     _SSHTransport.__init__(self)
     SyncTransport.__init__(self)
예제 #2
0
파일: bat.py 프로젝트: cvieri/solar
 def __init__(self, *args, **kwargs):
     BatTransport.__init__(self)
     SyncTransport.__init__(self, *args, **kwargs)
예제 #3
0
 def __init__(self):
     _SSHTransport.__init__(self)
     SyncTransport.__init__(self)
예제 #4
0
파일: bat.py 프로젝트: rustyrobot/solar
 def __init__(self, *args, **kwargs):
     BatTransport.__init__(self)
     SyncTransport.__init__(self, *args, **kwargs)
예제 #5
0
파일: ssh.py 프로젝트: torgartor21/solar
 def __init__(self):
     SyncTransport.__init__(self)