We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b66944 commit 2a4746dCopy full SHA for 2a4746d
pythonforandroid/bootstraps/common/build/jni/application/src/start.c
@@ -281,8 +281,8 @@ int main(int argc, char *argv[]) {
281
" self.__buffer = lines[-1]\n"
282
"sys.stdout = sys.stderr = LogFile()\n"
283
"print('Android path', sys.path)\n"
284
- "import os\n"
285
- "print('os.environ is', os.environ)\n"
+ "# import os\n"
+ "# print('os.environ is', os.environ)\n"
286
"print('Android kivy bootstrap done. __name__ is', __name__)");
287
288
#if PY_MAJOR_VERSION < 3
0 commit comments