Skip to content

Commit e408078

Browse files
author
Robert Pfeiffer
committed
.
1 parent 093bfac commit e408078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pygame/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Pygame2Recipe(CompiledComponentsPythonRecipe):
1616
install_in_hostpython = False
1717

1818
def prebuild_arch(self, arch):
19-
super(Pygame2Recipe, self).prebuild_arch(arch)
19+
super().prebuild_arch(arch)
2020
with current_directory(self.get_build_dir(arch.arch)):
2121
setup_template = open(join("buildconfig", "Setup.Android.SDL2.in")).read()
2222
env = self.get_recipe_env(arch)

0 commit comments

Comments
 (0)