~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Danilo Segan
  • Date: 2011-04-22 14:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 12910.
  • Revision ID: danilo@canonical.com-20110422140229-zhq4d4c2k8jpglhf
Ignore hidden files when building combined JS file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    TextLine,
37
37
    )
38
38
 
39
 
from lp import _
40
 
from lp.bugs.interfaces.hasbug import IHasBug
 
39
from canonical.launchpad import _
 
40
from canonical.launchpad.interfaces.launchpad import IHasBug
 
41
from canonical.launchpad.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):