~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_pas.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
from lp.testing.layers import LaunchpadZopelessLayer
5
4
from lp.soyuz.pas import determineArchitecturesToBuild
6
5
from lp.soyuz.tests.test_publishing import SoyuzTestPublisher
7
6
from lp.testing import TestCaseWithFactory
 
7
from lp.testing.layers import LaunchpadZopelessLayer
8
8
 
9
9
 
10
10
class TestDetermineArchitecturesToBuild(TestCaseWithFactory):