summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-07-11 14:15:24 +0200
committerSylvain <syt@logilab.fr>2006-07-11 14:15:24 +0200
commit181d4aa00dbbb0222f86eff2bb37d43b5483a3b5 (patch)
tree75e0d8419f0327d364cc9c0d8b377c5c195ba5e8
parentee423b0d7b6d67171a3f2dd4d7ee1e64de049d4e (diff)
downloadlogilab-common-181d4aa00dbbb0222f86eff2bb37d43b5483a3b5.tar.gz
oops
-rw-r--r--configuration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration.py b/configuration.py
index adbfff7..84f9666 100644
--- a/configuration.py
+++ b/configuration.py
@@ -266,7 +266,6 @@ def format_option_value(optdict, value):
def ini_format_section(stream, section, options, doc=None):
"""format an options section using the INI format"""
section_printed = False
- section = {}
for optname, optdict, value in options:
if value is None:
continue