518
515
location_config = config.LocationConfig(self.base)
519
516
bzr_remote_path = location_config.get_bzr_remote_path()
520
521
client_medium = medium.SmartSSHClientMedium(self._host, self._port,
521
self._user, self._password, self.base,
522
user, self._password, self.base,
522
523
bzr_remote_path=bzr_remote_path)
526
527
class RemoteHTTPTransport(RemoteTransport):