37
37
from bzrlib.smart import client, medium, protocol
40
for scheme in ['ssh', 'bzr', 'bzr+loopback', 'bzr+ssh', 'bzr+http', 'bzr+https']:
45
40
# Port 4155 is the default port for bzr://, registered with IANA.
46
41
BZR_DEFAULT_INTERFACE = '0.0.0.0'