Browse Source

Use python3 for sort_controllers.py

Sam Lantinga 3 years ago
parent
commit
7d7c48302b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/sort_controllers.py

+ 1 - 1
src/joystick/sort_controllers.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #
 # Script to sort the game controller database entries in SDL_gamecontroller.c
 # Script to sort the game controller database entries in SDL_gamecontroller.c