~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/adapters/bugchange.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:
49
49
from zope.interface import implements
50
50
from zope.security.proxy import isinstance as zope_isinstance
51
51
 
 
52
from lp.services.webapp.publisher import canonical_url
52
53
from lp.bugs.enum import BugNotificationLevel
53
54
from lp.bugs.interfaces.bugchange import IBugChange
54
55
from lp.bugs.interfaces.bugtask import (
58
59
    )
59
60
from lp.registry.interfaces.product import IProduct
60
61
from lp.services.librarian.browser import ProxiedLibraryFileAlias
61
 
from lp.services.webapp.publisher import canonical_url
62
62
 
63
63
# These are used lp.bugs.model.bugactivity.BugActivity.attribute to normalize
64
64
# the output from these change objects into the attribute that actually