Jaroslav Škarvada
|
476be07b46
|
Use python3 interpreter by default
This may ease development, because development environment will
be probably already on python3.
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
|
2019-11-18 11:21:33 +01:00 |
|
Ondřej Lysoněk
|
fba15bf0f6
|
Use open() instead of file() to open files
file() has been removed in Python3. Also, drop buffering=0 from
the call - it doesn't work in text mode in Python3.
|
2018-01-14 15:13:35 +01:00 |
|
Ondřej Lysoněk
|
560913b6e4
|
Deal with invalid uses of os.write()
In python3, os.write() expects a bytestring, not a string as
in python2.
|
2018-01-14 15:13:24 +01:00 |
|
Jaroslav Škarvada
|
f563c7d756
|
An attempt to port Tuned to python3 and keeping it python2 compatible
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
|
2017-12-21 10:20:13 +01:00 |
|
Jaroslav Škarvada
|
a2b0741eac
|
pm_qos: fixed exception if PM_QoS is not available
Resolves: rhbz#1296137
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
|
2016-01-06 14:14:19 +01:00 |
|
Jaroslav Škarvada
|
1e0416fbf4
|
utils: added pmqos-static script for debug purposes
resolves: rhbz#1015676
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
|
2013-10-16 11:06:42 +02:00 |
|