~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:08:17 UTC
  • mfrom: (14564.2.1 megalint-8)
  • Revision ID: launchpad@pqm.canonical.com-20111222040817-zx0jfft9hedsc8he
[r=jtv][no-qa] Lint.

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 "