1
0
Fork 0
tuned/tuned/storage
Tomas Korbar c4f83e2956 Fix pickle provider
- pickle.load and pickle.dump methods take as a argument
a bytes-like object not a str, python 2.7 is overlooking this but
python 3 is not
2018-10-15 13:20:14 +02:00
..
__init__.py tuned.storage: new module, refactored code 2012-05-21 16:09:47 +02:00
factory.py An attempt to port Tuned to python3 and keeping it python2 compatible 2017-12-21 10:20:13 +01:00
interfaces.py storage: add unset() method 2012-05-21 16:39:50 +02:00
pickle_provider.py Fix pickle provider 2018-10-15 13:20:14 +02:00
storage.py storage: add unset() method 2012-05-21 16:39:50 +02:00