use an empty init file for android

This commit is contained in:
ecdsa 2013-03-20 22:34:24 +01:00
parent 1c98b28e45
commit 230b3b4a18
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if __name__ == '__main__':
shutil.copytree("lib",'dist/e4a-%s/lib'%version)
os.mkdir('dist/e4a-%s/gui'%version)
shutil.copy("gui/gui_android.py",'dist/e4a-%s/gui'%version)
shutil.copy("gui/__init__.py",'dist/e4a-%s/gui'%version)
open('dist/e4a-%s/gui/__init__.py'%version,'w').close()
os.chdir("dist")
# create the zip file