~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    'VersionRequiresName',
52
52
    ]
53
53
 
 
54
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
 
55
# import bugs.  Break this up into a per-package thing.
 
56
from lp import _schema_circular_imports
54
57
from lp.services.webservice.apihelpers import (
55
58
    patch_collection_property,
56
59
    patch_plain_parameter_type,
57
60
    patch_reference_property,
58
61
    )
59
 
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
60
 
# import bugs.  Break this up into a per-package thing.
61
 
from lp import _schema_circular_imports
62
62
from lp.soyuz.interfaces.archive import (
63
63
    AlreadySubscribed,
64
64
    ArchiveDisabled,