Tidied up some unused junk

This commit is contained in:
Ciaran Gultnieks 2013-10-31 15:46:32 +00:00
parent 94598a05f5
commit a762a0cb04
4 changed files with 3 additions and 14 deletions

View file

@ -588,7 +588,6 @@ def make_index(apps, apks, repodir, archive, categories):
addElement('sdkver', str(apk['sdkversion']), doc, apkel)
if 'added' in apk:
addElement('added', time.strftime('%Y-%m-%d', apk['added']), doc, apkel)
perms = ""
if app['Requires Root']:
if 'ACCESS_SUPERUSER' not in apk['permissions']:
apk['permissions'].append('ACCESS_SUPERUSER')