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:
Martin Pitt
2014-03-11 17:39:22 +01:00
committed by Denis Kenzior
parent ad4f90684f
commit c027ab9fbc
94 changed files with 124 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import sys
import dbus