More shabangs changed to use env python3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import evdev
|
||||
from evdev import InputDevice, UInput
|
||||
from select import select
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/python
|
||||
#!/usr/bin/env python3
|
||||
import evdev
|
||||
from evdev import InputDevice
|
||||
from select import select
|
||||
|
Reference in New Issue
Block a user