1521
1521
def __init__(self, from_path, to_path, extra=None):
1522
1522
BzrMoveFailedError.__init__(self, from_path, to_path, extra)
1525
1537
class BzrBadParameterNotString(BzrBadParameter):
1527
1539
_fmt = "Parameter %(param)s is not a string or unicode string."