~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/hastranslationtemplates.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 23:44:59 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223234459-udhsihrcbdfi7hiw
Moved helpers to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    )
15
15
from zope.interface import implements
16
16
 
17
 
from canonical.launchpad import helpers
 
17
from lp.services import helpers
18
18
from lp.translations.interfaces.hastranslationtemplates import (
19
19
    IHasTranslationTemplates,
20
20
    )