~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/question.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 23:24:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223232428-2pv1ftduchr57ghw
Extracted language helpers to lp.services.worlddata.helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
import zope.security
58
58
 
59
59
from canonical.launchpad import _
60
 
from canonical.launchpad.helpers import (
 
60
from lp.services.worlddata.helpers import (
61
61
    is_english_variant,
62
62
    preferred_or_request_languages,
63
63
    )