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 2efeee1 commit 704c7dfCopy full SHA for 704c7df
bootstrap/minimal/assets/_bootstrap.py
@@ -117,7 +117,7 @@ def load_module(self, fullname):
117
sys.meta_path.append(CustomBuiltinImporter())
118
119
#
120
-# Step 4: fix some modules
+# Step 5: fix some modules
121
122
123
# tempfile: https://github.com/kivy/python-for-android/issues/289
@@ -130,7 +130,7 @@ def load_module(self, fullname):
130
sys.platform = 'linux2'
131
132
133
-# Step 4: bootstrap the application !
+# Step 6: bootstrap the application !
134
135
136
main_module = sys.argv[1]
0 commit comments