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 5330267 commit 47c97f0Copy full SHA for 47c97f0
pythonforandroid/bootstraps/common/build/jni/application/src/start.c
@@ -245,8 +245,8 @@ int main(int argc, char *argv[]) {
245
" self.__buffer = lines[-1]\n"
246
"sys.stdout = sys.stderr = LogFile()\n"
247
"print('Android path', sys.path)\n"
248
- "import os\n"
249
- "print('os.environ is', os.environ)\n"
+ "# import os\n"
+ "# print('os.environ is', os.environ)\n"
250
"print('Android kivy bootstrap done. __name__ is', __name__)");
251
252
#if PY_MAJOR_VERSION < 3
0 commit comments