~jelmer/brz/colocated-spec

« back to all changes in this revision

Viewing changes to breezy/url_policy_open.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
import threading
22
22
 
23
 
from brzlib import (
 
23
from breezy import (
24
24
    errors,
25
25
    urlutils,
26
26
    )
27
 
from brzlib.branch import Branch
28
 
from brzlib.controldir import (
 
27
from breezy.branch import Branch
 
28
from breezy.controldir import (
29
29
    ControlDir,
30
30
    )
31
31
 
212
212
 
213
213
        This is in a module-level function rather than performed at module
214
214
        level so that it can be called in setUp for testing `BranchOpener`
215
 
        as brzlib.tests.TestCase.setUp clears hooks.
 
215
        as breezy.tests.TestCase.setUp clears hooks.
216
216
        """
217
217
        Branch.hooks.install_named_hook(
218
218
            'transform_fallback_location',