/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/http/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-01 19:35:12 UTC
  • mfrom: (7490.29.10 work)
  • mto: This revision was merged to the branch mainline in revision 7507.
  • Revision ID: jelmer@jelmer.uk-20200601193512-yx77edrbrs12d0qy
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1024
1024
        if bypass is None:
1025
1025
            # Nevertheless, there are platform-specific ways to
1026
1026
            # ignore proxies...
1027
 
            return urllib.proxy_bypass(host)
 
1027
            return urllib_request.proxy_bypass(host)
1028
1028
        else:
1029
1029
            return bypass
1030
1030