/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 directory.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-17 17:34:12 UTC
  • mto: (0.200.1858 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180317173412-e4rwkn07cw30n0fi
Enable absolute import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
from __future__ import absolute_import
21
21
 
22
 
from __future__ import absolute_import
23
22
from ... import transport
24
23
 
25
24
transport.register_urlparse_netloc_protocol('github')