aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 19fdefee..4850ca35 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -44,9 +44,6 @@ class configFile:
keys.sort()
for x in keys:
wstr = x + "=" + self.configElements[x] + "\n"
-
- if wstr[len(wstr) - 1] != '\n':
- wstr = wstr + "\n"
fileHandle.write(wstr)