From e43ee5f96b3e96d00e67caa83b1a7ed9a70ccb2c Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 21 Feb 2012 13:27:22 +0100 Subject: [PATCH] KTune renamed to script --- tuned/plugins/{plugin_ktune.py => plugin_script.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tuned/plugins/{plugin_ktune.py => plugin_script.py} (96%) diff --git a/tuned/plugins/plugin_ktune.py b/tuned/plugins/plugin_script.py similarity index 96% rename from tuned/plugins/plugin_ktune.py rename to tuned/plugins/plugin_script.py index c0fe695..b59873b 100644 --- a/tuned/plugins/plugin_ktune.py +++ b/tuned/plugins/plugin_script.py @@ -8,7 +8,7 @@ from subprocess import * log = tuned.logs.get() -class KTunePlugin(tuned.plugins.Plugin): +class ScriptPlugin(tuned.plugins.Plugin): """ """