~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/tests/test_exportresult.py

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import os.path
10
10
from StringIO import StringIO
11
11
 
12
 
from canonical.librarian.testing.fake import FakeLibrarian
13
 
from lp.testing.layers import ZopelessDatabaseLayer
 
12
from lp.services.librarianserver.testing.fake import FakeLibrarian
14
13
from lp.services.log.logger import DevNullLogger
15
14
from lp.testing import TestCaseWithFactory
 
15
from lp.testing.layers import ZopelessDatabaseLayer
16
16
from lp.translations.scripts.po_export_queue import ExportResult
17
17
 
18
18