1483
1483
_fmt = '%(source)s is%(permanently)s redirected to %(target)s'
1485
def __init__(self, source, target, is_permament=False, qual_proto=None):
1485
def __init__(self, source, target, is_permanent=False, qual_proto=None):
1489
1489
self.permanently = ' permanently'
1493
1492
self._qualified_proto = qual_proto
1494
1493
TransportError.__init__(self)