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