~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Benji York
  • Date: 2012-01-03 13:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 14639.
  • Revision ID: benji.york@canonical.com-20120103134727-3s21lc931iunycy1
add missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    MAIN_STORE,
35
35
    )
36
36
from lp.translations.interfaces.pofilestatsjob import IPOFileStatsJobSource
 
37
from lp.translations.interfaces.potemplate import IPOTemplateSet
37
38
from lp.translations.model.pofile import POFile
38
39
 
39
40