~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/webservice.py

  • Committer: Curtis Hovey
  • Date: 2011-08-18 20:56:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13736.
  • Revision ID: curtis.hovey@canonical.com-20110818205637-ae0pf9aexdea2mlb
Cleaned up doctrings and hushed lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2010 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
"""All the interfaces that are exposed through the webservice.
28
28
    'IPreviewDiff',
29
29
    'ISourcePackageRecipe',
30
30
    'ISourcePackageRecipeBuild',
 
31
    'IStaticDiff',
31
32
    'TooManyBuilds',
32
33
    ]
33
34
 
56
57
from lp.code.interfaces.diff import (
57
58
    IDiff,
58
59
    IPreviewDiff,
 
60
    IStaticDiff,
59
61
    )
60
62
from lp.code.interfaces.sourcepackagerecipe import ISourcePackageRecipe
61
63
from lp.code.interfaces.sourcepackagerecipebuild import (