~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-14 14:39:16 UTC
  • mfrom: (6027.1.18 deprecations)
  • Revision ID: pqm@pqm.ubuntu.com-20120314143916-dggf9d1d26j3kizq
(vila) Remove some code deprecated in series older than 2.4 (inclusive)
 (Vincent Ladeuil)

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):