~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/project.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
from lp import _
46
46
from lp.services.feeds.browser import FeedsMixin
47
 
from canonical.launchpad.webapp import (
 
47
from lp.services.webapp import (
48
48
    ApplicationMenu,
49
49
    canonical_url,
50
50
    ContextMenu,
56
56
    stepthrough,
57
57
    structured,
58
58
    )
59
 
from canonical.launchpad.webapp.authorization import check_permission
60
 
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
61
 
from canonical.launchpad.webapp.menu import NavigationMenu
 
59
from lp.services.webapp.authorization import check_permission
 
60
from lp.services.webapp.breadcrumb import Breadcrumb
 
61
from lp.services.webapp.menu import NavigationMenu
62
62
from lp.answers.browser.question import QuestionAddView
63
63
from lp.answers.browser.questiontarget import (
64
64
    QuestionCollectionAnswersMenu,