~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/person.py

  • Committer: William Grant
  • Date: 2011-12-30 06:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064717-n5re5t6we5w8o17z
Replace canonical.database usage everywhere, and format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    removeSecurityProxy,
106
106
    )
107
107
 
108
 
from canonical.database import postgresql
109
108
from lp import _
110
109
from lp.answers.model.questionsperson import QuestionsPersonMixin
111
110
from lp.app.interfaces.launchpad import (
226
225
    TeamParticipation,
227
226
    )
228
227
from lp.services.config import config
 
228
from lp.services.database import postgresql
229
229
from lp.services.database.constants import UTC_NOW
230
230
from lp.services.database.datetimecol import UtcDateTimeCol
231
231
from lp.services.database.decoratedresultset import DecoratedResultSet