Comment 1 for bug 461149

Revision history for this message
Matt Nordhoff (mnordhoff) wrote : Re: [Bug 461149] [NEW] test_transport_sftp backtraces if paramiko isn't present

I can confirm this in 2.0. If you change the line to this it will work:

        except errors.ParamikoNotPresent:

It's been fixed in bzr.dev:

<http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/revision/4645.2.1>