~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bug.py

  • Committer: Tim Penhey
  • Date: 2010-11-23 23:22:27 UTC
  • mto: (11929.11.5 recipe-syntax)
  • mto: This revision was merged to the branch mainline in revision 11968.
  • Revision ID: tim.penhey@canonical.com-20101123232227-t81rrvhs4w15370d
Move launchpadform into lp.app.browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    greater_than,
72
72
    )
73
73
from canonical.launchpad.webapp import (
74
 
    action,
75
74
    canonical_url,
76
75
    ContextMenu,
77
 
    custom_widget,
78
 
    LaunchpadEditFormView,
79
 
    LaunchpadFormView,
80
76
    LaunchpadView,
81
77
    Link,
82
78
    Navigation,
93
89
from canonical.widgets.bug import BugTagsWidget
94
90
from canonical.widgets.itemswidgets import LaunchpadRadioWidgetWithDescription
95
91
from canonical.widgets.project import ProjectScopeWidget
 
92
from lp.app.browser.launchpadform import (
 
93
    action,
 
94
    custom_widget,
 
95
    LaunchpadEditFormView,
 
96
    LaunchpadFormView,
 
97
    )
96
98
from lp.app.browser.stringformatter import FormattersAPI
97
99
from lp.app.errors import NotFoundError
98
100
from lp.bugs.interfaces.bug import (