Exemple #1
0
 def __init__(self, botAddress):
     CLIShell.__init__(self, prompt=self.PROMPT)
     self.__botAddress = botAddress
     self.__connectPort = self.RAW_PORT
     self.protocol = None
     self.password = "******"
     self.toPassword = "******"
 def __init__(self, botAddress):
     CLIShell.__init__(self, prompt=self.PROMPT)
     self.__botAddress = botAddress
     self.__connectPort = self.RAW_PORT
     self.protocol = None
     self.password = "******"
     self.toPassword = "******"
     self.deferreds = []
     self.success = False
     self.finalAddr = "notsetyet"
Exemple #3
0
 def __init__(self, botAddress, password="******"):
     CLIShell.__init__(self, prompt=self.PROMPT)
     self.__botAddress = botAddress
     self.__connectPort = self.RAW_PORT
     self.__protocol = None
     self.__password = password
Exemple #4
0
 def __init__(self, fromaddr, candcaddr):
     CLIShell.__init__(self, prompt="[NOT CONNECTED] >> ")
     self.__protocol = None
     self.__reqId = 1
     self.peeraddr = candcaddr
     self.hostaddr = fromaddr
Exemple #5
0
 def __init__(self):
     CLIShell.__init__(self, prompt="[NOT CONNECTED] >> ")
     self.__protocol = None
     self.__reqId = 1