Ability to tag apps with antifeatures, so they can be included if the user wants

This commit is contained in:
Ciaran Gultnieks 2010-12-15 21:28:50 +00:00
parent 410da2479e
commit c78ee1a353
4 changed files with 15 additions and 0 deletions

View file

@ -209,6 +209,8 @@ for app in apps:
addElement('tracker', app['tracker'], doc, apel)
addElement('marketversion', app['marketversion'], doc, apel)
addElement('marketvercode', app['marketvercode'], doc, apel)
if not (app['antifeatures'] is None):
addElement('antifeatures', app['antifeatures'], doc, apel)
gotmarketver = False