1505
1505
BadInventoryFormat.__init__(self, msg=msg)
1508
1513
class NoSmartMedium(BzrError):
1510
1515
_fmt = "The transport '%(transport)s' cannot tunnel the smart protocol."
1512
1516
def __init__(self, transport):
1513
1517
self.transport = transport