~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_branchvisibility.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 16:10:10 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224161010-vhyx1mzoa3w3402p
Moved security to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    )
19
19
from zope.security.proxy import removeSecurityProxy
20
20
 
21
 
from canonical.launchpad.security import AccessBranch
 
21
from lp.security import AccessBranch
22
22
from canonical.launchpad.webapp.authorization import (
23
23
    check_permission,
24
24
    clear_cache,