Fix pep8 warnings in makebuildserver

This commit is contained in:
Daniel Martí 2014-05-31 23:00:27 +02:00
parent b594558811
commit e5854b7e13

View file

@ -60,6 +60,7 @@ if options.clean:
cachedir = os.path.join('buildserver', 'cache')
if not os.path.exists(cachedir):
os.mkdir(cachedir)
cachefiles = [
('android-sdk_r22.6-linux.tgz',
'https://dl.google.com/android/android-sdk_r22.6-linux.tgz',
@ -92,6 +93,7 @@ cachefiles = [
'https://pypi.python.org/packages/source/K/Kivy/Kivy-1.7.2.tar.gz',
'0485e2ef97b5086df886eb01f8303cb542183d2d71a159466f99ad6c8a1d03f1')
]
if config['arch64']:
cachefiles.extend([
('android-ndk-r9b-linux-x86_64.tar.bz2',