~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2012-04-02 01:44:26 UTC
  • mfrom: (6518 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6519.
  • Revision ID: jelmer@samba.org-20120402014426-0o5qtysohyl006b2
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    urlutils,
37
37
    )
38
38
from bzrlib.smart import client, medium
39
 
from bzrlib.symbol_versioning import (
40
 
    deprecated_method,
41
 
    )
42
39
 
43
40
 
44
41
class _SmartStat(object):