~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/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:
66
66
    PersonCreationRationale,
67
67
    )
68
68
from lp.registry.interfaces.sourcepackage import SourcePackageFileType
69
 
from lp.soyuz.enums import ArchivePurpose
 
69
from lp.soyuz.enums import (
 
70
    ArchivePurpose,
 
71
    SourcePackageFormat,
 
72
    )
70
73
from lp.soyuz.interfaces.archive import (
71
74
    IArchiveSet,
72
75
    )
73
 
from lp.soyuz.interfaces.sourcepackageformat import SourcePackageFormat
74
76
 
75
77
 
76
78
class SignableTagFile: