186
186
self.service_tx = service
187
187
self.perspective_tx = perspective or user
188
188
afterOneTimeout(10, self.__actuallyConnect)
189
190
def __actuallyConnect(self):
190
pb.connect(self.host_tx, self.port_tx, self.user_tx, self.pswd_tx,
191
self.service_tx, self.perspective_tx, self.pbReferenceable, 30).addCallbacks(
194
201
def couldNotConnect(self, msg):
195
202
self.loginReport("couldn't connect: %s" % str(msg))