12
12
from lazr.restful.utils import safe_hasattr
17
13
from zope.security.proxy import isinstance as zope_isinstance
19
16
from lp.services.webapp import urlsplit
20
17
from lp.services.webapp.interfaces import ILink
22
18
from lp.services.webapp.servers import LaunchpadTestRequest
44
21
def summarise_tal_links(links):
45
22
"""List the links and their attributes in the dict or list.