"""Constants with accepted values.""" VALID_UPDATE_INDICATORS = [ 'OriginalMessage', 'UpdateMessage' ] AWAL_NOT_FOR_DISTRIBUTION = [ 'N', 'NotforFurtherDistribution', 'AWALNotOurDistribution', 'AccountingDummy', ] ALL_NFD_VALUES = [ 'N', 'AccountingDummy', 'EditoriallySuspectContent', 'NotforFurtherDistribution', 'TVSeasonAccountingDummy', 'LabelRCRevenueDummy', 'iTunesRingtone', 'CatalogDuplicate', 'YouTubeRemap', 'PhysicalProduct', 'IncompleteAssets', 'SwitchboardDummy', 'SMEAnalyticsDummy', 'MissingAssets', 'AWALNotOurDistribution', 'ReviewedWontDeliver', 'BulkIngestInProgress' ]