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

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-11 20:19:38 UTC
  • mfrom: (7526.3.2 work)
  • Revision ID: gustav.hartvigsson@gmail.com-20210111201938-omr9wjz3qdgyxe8k
MergedĀ lp:brz

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
    @classmethod
71
71
    def probe_transport(klass, transport):
72
 
        from breezy.transport.http import HttpTransport
 
72
        from breezy.transport.http.urllib import HttpTransport
73
73
        if not isinstance(transport, HttpTransport):
74
74
            raise errors.NotBranchError(path=transport.base)
75
75
        response = transport.request(