344
344
BzrError.__init__(self, "Stores for branch %s are not listable" % br)
357
def __init__(self, branch, master, remote):
347
364
class WeaveError(BzrNewError):
348
365
"""Error in processing weave: %(message)s"""
349
366
def __init__(self, message=None):