~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-22 16:19:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222161911-8pcb1otjhzfyjpac
Move _schema_circular_imports to lp where it might be dismantled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
# XXX: JonathanLange 2010-11-09 bug=673083: Legacy work-around for circular
45
45
# import bugs.  Break this up into a per-package thing.
46
 
from canonical.launchpad.interfaces import _schema_circular_imports
 
46
from lp import _schema_circular_imports
47
47
from lp.bugs.interfaces.bug import IBug
48
48
from lp.bugs.interfaces.bugactivity import IBugActivity
49
49
from lp.bugs.interfaces.bugattachment import IBugAttachment