~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        CollectionField(
111
111
            title=_('Bugs related to this CVE entry.'),
112
112
            readonly=True,
113
 
            value_type=Reference(schema=Interface))) # Redefined in bug.py
 
113
            value_type=Reference(schema=Interface))) #  Redefined in bug.py.
114
114
 
115
 
    # other attributes
 
115
    # Other attributes.
116
116
    url = exported(
117
117
        TextLine(title=_('URL'),
118
118
                 description=_("Return a URL to the site that has the CVE "