/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-26 22:00:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3309.
  • Revision ID: andrew.bennetts@canonical.com-20080326220030-91y3ze0721oix2bz
Deprecate Transport.get_smart_client and errors.NoSmartServer, as these are now unused.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2182
2182
 
2183
2183
    _fmt = "No smart server available at %(url)s"
2184
2184
 
 
2185
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
2185
2186
    def __init__(self, url):
2186
2187
        self.url = url
2187
2188