mirror of
https://github.com/sailfishos/ofono
synced 2025-11-30 06:31:03 +08:00
test: Convert to Python 3
Change raw_input() to input() and unicode to str. This is *not* compatible with Python 2. Update the hashbangs to run with Python 3.
This commit is contained in:
committed by
Denis Kenzior
parent
ad4f90684f
commit
c027ab9fbc
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import dbus
|
||||
|
||||
Reference in New Issue
Block a user