~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/sftp.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-18 16:16:38 UTC
  • mto: (1185.50.19 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: john@arbash-meinel.com-20051118161638-f3cc5fcfb6504126
Renamed all test modules to remove the 'test' prefix

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import unittest
21
21
 
22
22
from bzrlib.selftest import TestCaseInTempDir
23
 
from bzrlib.selftest.testtransport import TestTransportMixIn
 
23
from bzrlib.selftest.transport import TestTransportMixIn
24
24
 
25
25
try:
26
26
    import paramiko