1
0
Fork 0
tuned/tuned/daemon
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
..
__init__.py An attempt to port Tuned to python3 and keeping it python2 compatible 2017-12-21 10:20:13 +01:00
application.py Use open() instead of file() to open files 2018-01-14 15:13:35 +01:00
controller.py Fix calling methods of parent classes 2018-01-14 15:13:27 +01:00
daemon.py Don't do full rollback on systems without systemd when tuned is exiting 2017-09-26 13:03:02 +02:00