add python3 in shebang
This commit is contained in:
parent
7f5ddc8b1a
commit
3094f70e09
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#import dbus, dbus.glib, dbus.service
|
#import dbus, dbus.glib, dbus.service
|
||||||
import dbus, dbus.service
|
import dbus, dbus.service
|
||||||
|
|
Loading…
Reference in a new issue