~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/test_dscfile.py

  • Committer: Julian Edwards
  • Date: 2010-08-24 13:56:22 UTC
  • mto: This revision was merged to the branch mainline in revision 11453.
  • Revision ID: julian.edwards@canonical.com-20100824135622-1cid34sztpphufmn
Move SourcePackageFormat

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    )
23
23
from lp.archiveuploader.uploadpolicy import BuildDaemonUploadPolicy
24
24
from lp.registry.interfaces.sourcepackage import SourcePackageFileType
25
 
from lp.soyuz.interfaces.sourcepackageformat import SourcePackageFormat
 
25
from lp.soyuz.enums import SourcePackageFormat
26
26
from lp.testing import (
27
27
    TestCase,
28
28
    TestCaseWithFactory,