Lines Matching refs:transport
47 import pkg.client.transport.transport as transport
295 # initialize transport
296 # we use a single endpoint for now, since the transport code
302 xport, xport_cfg = transport.setup_transport()
308 transport.setup_publisher(source_list,
338 pub.transport = xport
340 # Use separate transport for destination repository in case
342 dest_xport, dest_xport_cfg = transport.setup_transport()
417 target_pub = transport.setup_publisher(dest_repo,
474 xport the transport handling our source repositories
476 dest_xport the transport handling our destination repository