Fix pep8.
This commit is contained in:
parent
8ddabd405e
commit
aa3745842f
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue