Fix pep8.

This commit is contained in:
matham 2017-01-12 16:59:28 -05:00 committed by GitHub
parent 8ddabd405e
commit aa3745842f

View file

@ -825,7 +825,7 @@ class Buildozer(object):
if not self.file_exists(main_py):
#self.error('Unable to patch main_py to add applibs directory.')
return
header = (b'import sys, os; '
b'sys.path = [os.path.join(os.getcwd(),'
b'"..", "_applibs")] + sys.path\n')