We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hostpython3Recipe
1 parent eb11081 commit 5e6e01eCopy full SHA for 5e6e01e
1 file changed
pythonforandroid/recipes/hostpython3/__init__.py
@@ -13,7 +13,7 @@
13
)
14
15
16
-class Hostpython3Recipe(Recipe):
+class HostPython3Recipe(Recipe):
17
'''
18
The hostpython3's recipe.
19
@@ -122,4 +122,4 @@ def build_arch(self, arch):
122
self.ctx.hostpython = self.python_exe
123
124
125
-recipe = Hostpython3Recipe()
+recipe = HostPython3Recipe()
0 commit comments