~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Start adding a RemoteBzrDir, etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1029
1029
class MalformedFooter(BadBundle): pass
1030
1030
 
1031
1031
 
1032
 
class NoSmartServer(BzrNewError):
 
1032
class NoSmartServer(NotBranchError):
1033
1033
    """No smart server available at %(url)s"""
1034
1034
 
1035
1035
    def __init__(self, url):