/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/git/remote.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-05-28 22:09:58 UTC
  • mfrom: (7296.2.1 user-agent)
  • Revision ID: breezy.the.bot@gmail.com-20190528220958-t63zhv8p790n3tee
Integrate urllib2_wrappers into http/__init__.py.

Merged from https://code.launchpad.net/~jelmer/brz/integrate-urllib2-wrappers/+merge/367308

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
            `redirect_location` properties, and `read` is a consumable read
693
693
            method for the response data.
694
694
        """
695
 
        from breezy.transport.http._urllib2_wrappers import Request
 
695
        from breezy.transport.http import Request
696
696
        headers['User-agent'] = user_agent_for_github()
697
697
        headers["Pragma"] = "no-cache"
698
698
        if allow_compression: