remove SUNBIRD from APP_IDS and APP_GUIDS for now
This commit is contained in:
Родитель
75f48d42af
Коммит
56d8206acb
|
@ -141,8 +141,8 @@ APP_USAGE = _apps = (FIREFOX, THUNDERBIRD, ANDROID, MOBILE, SEAMONKEY)
|
|||
APPS = dict((app.short, app) for app in _apps)
|
||||
|
||||
APPS_ALL = dict((app.id, app) for app in _apps + (MOZILLA, SUNBIRD))
|
||||
APP_IDS = dict((app.id, app) for app in _apps + (SUNBIRD,))
|
||||
APP_GUIDS = dict((app.guid, app) for app in _apps + (SUNBIRD,))
|
||||
APP_IDS = dict((app.id, app) for app in _apps)
|
||||
APP_GUIDS = dict((app.guid, app) for app in _apps)
|
||||
APPS_RETIRED = dict([(MOZILLA.short, MOZILLA), (SUNBIRD.short, SUNBIRD)])
|
||||
|
||||
APP_TYPE_SUPPORT = {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче