Colin Watson has proposed merging ~cjwatson/launchpad:fix-test-branchvisibility
into launchpad:master.
Commit message:
Fix import failure in test_branchvisibility
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/426579
--
Your team Launchpad code reviewers is requested to review the proposed merge of
~cjwatson/launchpad:fix-test-branchvisibility into launchpad:master.
diff --git a/lib/lp/code/model/tests/test_branchvisibility.py b/lib/lp/code/model/tests/test_branchvisibility.py
index c574af5..b168d3c 100644
--- a/lib/lp/code/model/tests/test_branchvisibility.py
+++ b/lib/lp/code/model/tests/test_branchvisibility.py
@@ -25,9 +25,9 @@ from lp.code.enums import (
CodeReviewNotificationLevel,
)
from lp.code.interfaces.branch import IBranchSet
+from lp.code.security import AccessBranch
from lp.registry.interfaces.person import TeamMembershipPolicy
from lp.registry.interfaces.role import IPersonRoles
-from lp.security import AccessBranch
from lp.services.webapp.authorization import (
check_permission,
clear_cache,
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp