We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a7042 commit bec0804Copy full SHA for bec0804
1 file changed
pythonforandroid/recipes/pygame-ce/__init__.py
@@ -22,9 +22,6 @@ class PygameCeRecipe(CompiledComponentsPythonRecipe):
22
depends = ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'setuptools', 'jpeg', 'png']
23
call_hostpython_via_targetpython = False # Due to setuptools
24
install_in_hostpython = False
25
-
26
- for i in range(100):
27
- print("HELLO FROM MY CUSTOM PYGAMECE RECIPE !!!!")
28
29
def prebuild_arch(self, arch):
30
super().prebuild_arch(arch)
0 commit comments