Example #1
0
 def __init__(self, host='localhost', 
              port='14888', user='******', 
              pswd='password', prefix='/BTSync'):
     self.prefix=prefix
     BTSync.__init__(self,host,port,user,pswd)