~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/sourcepackagerecipe.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-23 18:43:31 UTC
  • mfrom: (13084.2.6 page-match-rewrite-url)
  • Revision ID: launchpad@pqm.canonical.com-20110523184331-dhd2c7cgfuu49epw
[r=sinzui][bug=784273] Adds facility to the PageMatch to handle bad
        URIs

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
from zope.security.proxy import isinstance as zope_isinstance
59
59
 
60
60
from canonical.launchpad import _
 
61
from canonical.launchpad.browser.launchpad import Hierarchy
61
62
from canonical.launchpad.webapp import (
62
63
    canonical_url,
63
64
    ContextMenu,
69
70
    )
70
71
from canonical.launchpad.webapp.authorization import check_permission
71
72
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
72
 
from lp.app.browser.launchpad import Hierarchy
73
73
from lp.app.browser.launchpadform import (
74
74
    action,
75
75
    custom_widget,