~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/vocabularies.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-19 20:08:42 UTC
  • mfrom: (14538.2.51 left-befind-apocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111219200842-uhb1gbko5ge9xk6n
[rs=sinzui][no-qa] Move forgotten files to their migrated packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    SQLBase,
104
104
    sqlvalues,
105
105
    )
106
 
from canonical.launchpad.components.decoratedresultset import (
 
106
from lp.services.database.decoratedresultset import (
107
107
    DecoratedResultSet,
108
108
    )
109
109
from lp.services.identity.model.emailaddress import EmailAddress