diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 16:50:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 16:50:37 +0000 |
| commit | a759137c52904daf4d707ca82930595ad0b13f8a (patch) | |
| tree | 7650446e2886de306bb9e081f732f075190a017e /lib/python | |
| parent | dd6b0a6724db3e2533c5858beb49523f713fe8a7 (diff) | |
| download | enigma2-a759137c52904daf4d707ca82930595ad0b13f8a.tar.gz enigma2-a759137c52904daf4d707ca82930595ad0b13f8a.zip | |
remove dead code
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/config.py | 3 |
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) |
