~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    'ISpecificationSubscription',
16
16
    ]
17
17
 
18
 
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
19
 
# import bugs.  Break this up into a per-package thing.
20
 
from lp import _schema_circular_imports
21
18
from lp.blueprints.interfaces.specification import ISpecification
22
19
from lp.blueprints.interfaces.specificationbranch import ISpecificationBranch
23
20
from lp.blueprints.interfaces.specificationsubscription import (
24
21
    ISpecificationSubscription,
25
22
    )
26
23
from lp.blueprints.interfaces.specificationtarget import ISpecificationTarget
27
 
 
28
 
 
 
24
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
 
25
# import bugs.  Break this up into a per-package thing.
 
26
from canonical.launchpad.interfaces import _schema_circular_imports
29
27
_schema_circular_imports