~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bugattachment.py

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    )
38
38
 
39
39
from canonical.launchpad import _
40
 
from lp.bugs.interfaces.hasbug import IHasBug
 
40
from canonical.launchpad.interfaces.launchpad import IHasBug
 
41
from lp.services.messages.interfaces.message import IMessage
41
42
from lp.services.fields import Title
42
 
from lp.services.messages.interfaces.message import IMessage
43
43
 
44
44
 
45
45
class BugAttachmentType(DBEnumeratedType):