2515
2515
path_str = repr(path)
2516
2516
path_str += ' '
2517
2517
self.path_str = path_str
2520
class UnsupportedTimezoneFormat(BzrError):
2522
_fmt = ('Unsupported timezone format "%(timezone)s", '
2523
'options are "utc", "original", "local".')
2525
def __init__(self, timezone):
2526
self.timezone = timezone