~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/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:
99
99
from lazr.delegates import delegates
100
100
from lazr.restful.interface import copy_field
101
101
from lazr.restful.interfaces import IWebServiceClientRequest
 
102
from lazr.restful.utils import smartquote
102
103
from lazr.uri import URI
103
104
import pytz
104
105
from storm.expr import Join
193
194
from canonical.launchpad.webapp.login import logoutPerson
194
195
from canonical.launchpad.webapp.menu import get_current_view
195
196
from canonical.launchpad.webapp.publisher import LaunchpadView
196
 
from canonical.lazr.utils import smartquote
197
197
from lp.answers.browser.questiontarget import SearchQuestionsView
198
198
from lp.answers.enums import QuestionParticipation
199
199
from lp.answers.interfaces.questioncollection import IQuestionSet