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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-30 19:16:23 UTC
  • mto: This revision was merged to the branch mainline in revision 6639.
  • Revision ID: jelmer@jelmer.uk-20170530191623-t9ls96vjy9wslpoo
Remove deprecated functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
from ..sixish import (
44
44
    BytesIO,
45
45
    )
46
 
from ..symbol_versioning import (
47
 
    DEPRECATED_PARAMETER,
48
 
    deprecated_in,
49
 
    deprecated_passed,
50
 
    warn,
51
 
    )
52
46
from ..trace import mutter
53
47
from . import (
54
48
    FileStream,