Skip to content

Commit 9186656

Browse files
committed
Fix pep8
1 parent 67d4510 commit 9186656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_recipe_env(self, arch):
4848
env['KIVY_SDL2_PATH'] = ':'.join([
4949
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL', 'include'),
5050
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL2_image'),
51-
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL2_mixer','include'),
51+
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL2_mixer', 'include'),
5252
join(self.ctx.bootstrap.build_dir, 'jni', 'SDL2_ttf'),
5353
])
5454

0 commit comments

Comments
 (0)