diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-10 13:37:02 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-28 02:51:58 +0200 |
commit | 2ff2fb0495febe11d5015d2308d67e1d8048e597 (patch) | |
tree | 2ae9d1da4a701fc6b3945ccc32dfbbf102b9c85a /module/ConfigParser.py | |
parent | Localization badge (diff) | |
download | pyload-2ff2fb0495febe11d5015d2308d67e1d8048e597.tar.xz |
Some code cosmetics about commas, spaces and quotes
Merges #577
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r-- | module/ConfigParser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/ConfigParser.py b/module/ConfigParser.py index b5c5911b8..88e9055c6 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -24,8 +24,8 @@ class ConfigParser: { - section : { - option : { + section: { + option: { value: type: desc: |