~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specificationtarget.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:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
# pylint: disable-msg=E0211,E0213
102
102
 
103
103
    @operation_parameters(
104
104
        name=TextLine(title=_('The name of the specification')))
105
 
    @operation_returns_entry(Interface) # really ISpecification
 
105
    @operation_returns_entry(Interface)  # really ISpecification
106
106
    @export_read_operation()
107
107
    @operation_for_version('devel')
108
108
    def getSpecification(name):