~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/worlddata/interfaces/webservice.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 22:01:40 UTC
  • mfrom: (14583.1.25 move-webservice)
  • Revision ID: launchpad@pqm.canonical.com-20111222220140-o53ycgaapjua1dde
[rs=sinzui][bug=907843] Move webservice to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
20
20
# import bugs.  Break this up into a per-package thing.
21
 
from canonical.launchpad.interfaces import _schema_circular_imports
 
21
from lp import _schema_circular_imports
22
22
from lp.services.worlddata.interfaces.country import (
23
23
    ICountry,
24
24
    ICountrySet,