/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/transport/remote.py

  • Committer: Vincent Ladeuil
  • Date: 2008-10-02 13:25:47 UTC
  • mfrom: (3759 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3760.
  • Revision ID: v.ladeuil+lp@free.fr-20081002132547-txs4fs006e9p0gt1
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        self.st_mode = mode
44
44
 
45
45
 
46
 
class RemoteTransport(transport.ConnectedTransport, medium.SmartClientMedium):
 
46
class RemoteTransport(transport.ConnectedTransport):
47
47
    """Connection to a smart server.
48
48
 
49
49
    The connection holds references to the medium that can be used to send