~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:42:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223154247-has31lzprui21glu
Track down a few more files that have trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1881
1881
                        'RemoteSSHTransport')
1882
1882
 
1883
1883
register_transport_proto('ssh:')
1884
 
register_lazy_transport('ssh:', 'bzrlib.transport.remote', 
 
1884
register_lazy_transport('ssh:', 'bzrlib.transport.remote',
1885
1885
                        'HintingSSHTransport')