Exemplo n.º 1
0
 def __init__(self, host):
     TCPClient.__init__(self, host, NFS_PROGRAM, NFS_VERSION)
Exemplo n.º 2
0
 def __init__(self, host):
     TCPClient.__init__(self, host, MOUNTPROG, MOUNTVERS)
Exemplo n.º 3
0
 def __init__(self, host):
     TCPClient.__init__(self, host, MOUNTPROG, MOUNTVERS)
Exemplo n.º 4
0
 def __init__(self, host, vers=MOUNTVERS):
     self.version = vers
     TCPClient.__init__(self, host, MOUNTPROG, vers)
Exemplo n.º 5
0
 def __init__(self, host, vers=MOUNTVERS):
     self.version = vers
     TCPClient.__init__(self, host, MOUNTPROG, vers)
Exemplo n.º 6
0
 def __init__(self, host):
     TCPClient.__init__(self, host, NLM_PROGRAM, NLM_VERSION)