~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[rs=buildbot-poller] automatic merge from stable. Revisions: 9940
        included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
745
745
IBugAttachment['bug'].schema = IBug
746
746
IBugWatch['bug'].schema = IBug
747
747
IMessage['bugs'].value_type.schema = IBug
 
748
ICve['bugs'].value_type.schema = IBug
748
749
 
749
750
# In order to avoid circular dependencies, we only import
750
751
# IBugSubscription (which itself imports IBug) here, and assign it as