~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtracker.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:
37
37
    english_list,
38
38
    shortlist,
39
39
    )
40
 
from canonical.launchpad.webapp import (
 
40
from lp.services.webapp import (
41
41
    canonical_url,
42
42
    ContextMenu,
43
43
    GetitemNavigation,
48
48
    stepthrough,
49
49
    structured,
50
50
    )
51
 
from canonical.launchpad.webapp.interfaces import ILaunchBag
52
 
from canonical.launchpad.webapp.authorization import check_permission
53
 
from canonical.launchpad.webapp.batching import (
 
51
from lp.services.webapp.interfaces import ILaunchBag
 
52
from lp.services.webapp.authorization import check_permission
 
53
from lp.services.webapp.batching import (
54
54
    ActiveBatchNavigator,
55
55
    BatchNavigator,
56
56
    InactiveBatchNavigator,
57
57
    )
58
 
from canonical.launchpad.webapp.breadcrumb import Breadcrumb
59
 
from canonical.launchpad.webapp.menu import NavigationMenu
 
58
from lp.services.webapp.breadcrumb import Breadcrumb
 
59
from lp.services.webapp.menu import NavigationMenu
60
60
from lp.app.browser.launchpadform import (
61
61
    action,
62
62
    custom_widget,