~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Robert Collins
  • Date: 2006-09-15 12:31:16 UTC
  • mto: (1752.2.84 remote bzrdir)
  • mto: This revision was merged to the branch mainline in revision 2015.
  • Revision ID: robertc@robertcollins.net-20060915123116-2151853564521d8f
Fix up all tests to pass, remove a couple more deprecated function calls, and break the dependency on sftp for the smart transport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
791
791
        BzrNewError.__init__(self)
792
792
 
793
793
 
794
 
class SmartProtocolError(errors.TransportError):
 
794
class SmartProtocolError(TransportError):
795
795
    """Generic bzr smart protocol error: %(details)s"""
796
796
 
797
797
    def __init__(self, details):