~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
import weakref
41
41
 
42
42
from lazr.delegates import delegates
 
43
from lazr.restful.utils import get_current_browser_request
43
44
import pytz
44
45
from sqlobject import (
45
46
    BoolCol,
168
169
    )
169
170
from canonical.launchpad.webapp.dbpolicy import MasterDatabasePolicy
170
171
from canonical.launchpad.webapp.interfaces import ILaunchBag
171
 
from canonical.lazr.utils import get_current_browser_request
172
172
from lp.answers.model.questionsperson import QuestionsPersonMixin
173
173
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
174
174
from lp.app.validators.email import valid_email