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 093bfac commit e408078Copy full SHA for e408078
pythonforandroid/recipes/pygame/__init__.py
@@ -16,7 +16,7 @@ class Pygame2Recipe(CompiledComponentsPythonRecipe):
16
install_in_hostpython = False
17
18
def prebuild_arch(self, arch):
19
- super(Pygame2Recipe, self).prebuild_arch(arch)
+ super().prebuild_arch(arch)
20
with current_directory(self.get_build_dir(arch.arch)):
21
setup_template = open(join("buildconfig", "Setup.Android.SDL2.in")).read()
22
env = self.get_recipe_env(arch)
0 commit comments