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).
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
10
10
class TestDetermineArchitecturesToBuild(TestCaseWithFactory):