~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/menu.py

  • Committer: William Grant
  • Date: 2011-12-30 09:16:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230091636-98cdy5g26oyf6q6u
format-imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    ]
11
11
 
12
12
from lazr.restful.utils import safe_hasattr
 
13
from zope.security.management import (
 
14
    endInteraction,
 
15
    newInteraction,
 
16
    )
13
17
from zope.security.proxy import isinstance as zope_isinstance
14
 
from zope.security.management import endInteraction, newInteraction
15
18
 
16
19
from lp.services.webapp import urlsplit
17
20
from lp.services.webapp.interfaces import ILink