~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specificationmessage.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=E0213
13
13
 
14
14
from lazr.restful.fields import Reference
15
15
from zope.interface import Interface
16
 
from zope.schema import (
17
 
    Bool,
18
 
    Int,
19
 
    )
 
16
from zope.schema import Bool
20
17
 
21
18
from lp.blueprints.interfaces.specification import ISpecification
22
19
from lp.services.messages.interfaces.message import IMessage