~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/scripts/tests/test_reupload_translations.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
import transaction
15
15
from zope.security.proxy import removeSecurityProxy
16
16
 
17
 
from lp.testing.layers import LaunchpadZopelessLayer
18
17
from lp.registry.model.sourcepackage import SourcePackage
19
18
from lp.services.librarian.model import LibraryFileAliasSet
20
19
from lp.services.scripts.tests import run_script
22
21
    _filter_ubuntu_translation_file,
23
22
    )
24
23
from lp.testing import TestCaseWithFactory
 
24
from lp.testing.layers import LaunchpadZopelessLayer
25
25
from lp.translations.model.translationimportqueue import (
26
26
    TranslationImportQueue,
27
27
    )