~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/launchpadform.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    TraversalError,
45
45
    )
46
46
 
47
 
from canonical.launchpad.webapp.interfaces import (
 
47
from lp.services.webapp.interfaces import (
48
48
    IAlwaysSubmittedWidget,
49
49
    ICheckBoxWidgetLayout,
50
50
    IMultiLineWidgetLayout,
51
51
    INotificationResponse,
52
52
    UnsafeFormGetSubmissionError,
53
53
    )
54
 
from canonical.launchpad.webapp.menu import escape
55
 
from canonical.launchpad.webapp.publisher import (
 
54
from lp.services.webapp.menu import escape
 
55
from lp.services.webapp.publisher import (
56
56
    canonical_url,
57
57
    LaunchpadView,
58
58
    )