diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-06 19:52:59 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-06 19:58:57 +0200 |
commit | e216fd2112c796bd625730f711861b7361f6fe9f (patch) | |
tree | 942239b0bf00dec0f9afd9e036a1bcedf449e6d3 /src/config.py | |
parent | 218c71dfbfb9f564eb1ec2a966df24eef2efbdec (diff) | |
download | poezio-e216fd2112c796bd625730f711861b7361f6fe9f.tar.gz poezio-e216fd2112c796bd625730f711861b7361f6fe9f.tar.bz2 poezio-e216fd2112c796bd625730f711861b7361f6fe9f.tar.xz poezio-e216fd2112c796bd625730f711861b7361f6fe9f.zip |
Code cleanup
fixes whitespace issues, some builtin overrides, and some enormous lines
might make poezio run nanoseconds faster!
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.py b/src/config.py index 12710e1e..1bfad784 100644 --- a/src/config.py +++ b/src/config.py @@ -143,9 +143,6 @@ class Config(RawConfigParser): Our own way to save write the value in the file Just find the right section, and then find the right option, and edit it. - - TODO: make it write also new values in the file, not just what did already - exist """ if path.exists(self.file_name): df = open(self.file_name, 'r', encoding='utf-8') |