214
214
upload.status != PackageUploadStatus.DONE)]
215
215
binary_file_set = getUtility(IBinaryPackageFileSet)
216
216
binary_files = binary_file_set.getByPackageUploadIDs(upload_ids)
217
218
packageuploadsources = load_referencing(
218
219
PackageUploadSource, uploads, ['packageuploadID'])
219
220
source_file_set = getUtility(ISourcePackageReleaseFileSet)