~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/adapters/bugchange.py

  • Committer: William Grant
  • Date: 2011-12-22 05:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14581.
  • Revision ID: william.grant@canonical.com-20111222053722-gm6h9zi3lioz00ky
Move librarian stuff from canonical.launchpad to lp.services.librarian. canonical.librarian remains untouched.

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 canonical.launchpad.browser.librarian import ProxiedLibraryFileAlias
53
52
from canonical.launchpad.webapp.publisher import canonical_url
54
53
from lp.bugs.enum import BugNotificationLevel
55
54
from lp.bugs.interfaces.bugchange import IBugChange
59
58
    UNRESOLVED_BUGTASK_STATUSES,
60
59
    )
61
60
from lp.registry.interfaces.product import IProduct
 
61
from lp.services.librarian.browser import ProxiedLibraryFileAlias
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