~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Francis J. Lacoste
  • Date: 2011-07-08 16:08:42 UTC
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110708160842-4oou002yvqsqnwsk
Some lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    'IProcessor',
36
36
    'IProcessorFamily',
37
37
    'IProcessorFamilySet',
 
38
    'IProcessorSet',
38
39
    'ISourcePackagePublishingHistory',
39
40
    'IncompatibleArguments',
40
41
    'InsufficientUploadRights',
106
107
 
107
108
from canonical.launchpad.components.apihelpers import (
108
109
    patch_collection_property,
109
 
    patch_entry_return_type,
110
110
    patch_plain_parameter_type,
111
111
    patch_reference_property,
112
112
    )
114
114
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
115
115
# import bugs.  Break this up into a per-package thing.
116
116
from canonical.launchpad.interfaces import _schema_circular_imports
 
117
_schema_circular_imports
117
118
 
118
119
# IProcessor
119
120
patch_reference_property(