summaryrefslogtreecommitdiffstats
path: root/tuned.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuned.py')
-rw-r--r--tuned.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuned.py b/tuned.py
index 773359a..cf12152 100644
--- a/tuned.py
+++ b/tuned.py
@@ -38,7 +38,7 @@ class Tuned:
store.append(_plugin)
def init(self, path, cfgfile):
- self.config = ConfigParser.ConfigParser()
+ self.config = ConfigParser.RawConfigParser()
self.config.read(cfgfile)
if self.config.has_option("main", "interval"):
self.interval = self.config.getint("main", "interval")