Skip to content

Commit 5e6e01e

Browse files
authored
✏️ Rename Hostpython3Recipe class to camel case (kivy#2194)
1 parent eb11081 commit 5e6e01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/hostpython3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414

1515

16-
class Hostpython3Recipe(Recipe):
16+
class HostPython3Recipe(Recipe):
1717
'''
1818
The hostpython3's recipe.
1919
@@ -122,4 +122,4 @@ def build_arch(self, arch):
122122
self.ctx.hostpython = self.python_exe
123123

124124

125-
recipe = Hostpython3Recipe()
125+
recipe = HostPython3Recipe()

0 commit comments

Comments
 (0)