~leonardr/launchpad/mars-test

« back to all changes in this revision

Viewing changes to lib/lp/translations/utilities/tests/test_gettext_mo_exporter.py

  • Committer: Leonard Richardson
  • Date: 2010-10-06 13:34:51 UTC
  • mfrom: (11579.1.103 launchpad)
  • Revision ID: leonard.richardson@canonical.com-20101006133451-3l3jke0irc2y0xfe
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from textwrap import dedent
9
9
 
10
10
from canonical.launchpad.ftests.script import run_command
11
 
from canonical.testing import DatabaseFunctionalLayer
 
11
from canonical.testing.layers import DatabaseFunctionalLayer
12
12
from lp.testing import TestCaseWithFactory
13
13
from lp.translations.utilities.gettext_mo_exporter import GettextMOExporter
14
14
from lp.translations.utilities.gettext_po_parser import POParser