Minor code cleanup (formatting)

This commit is contained in:
Alexander Taylor 2013-11-08 22:58:03 +00:00
parent 1fcae9834f
commit 707b4935cd

View file

@ -367,7 +367,6 @@ class TargetAndroid(Target):
modules_str = ' '.join(android_requirements)
cmd = self.buildozer.cmd
self.buildozer.debug('Clean and build python-for-android')
# cmd('git clean -dxf', cwd=self.pa_dir)
cmd('./distribute.sh -m "{0}" -d "{1}"'.format(modules_str, dist_name),
cwd=self.pa_dir)
self.buildozer.debug('Remove temporary build files')