From 958bf611f5d9d117f19f824990ec6fd6b537e967 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 22 Dec 2011 23:45:38 +0100 Subject: accountmanager v2, delete your accounts.conf and re-enter them in pyload, new nice debug functions, try core.shell() and core.breakpoint() --- module/config/ConfigParser.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/config') diff --git a/module/config/ConfigParser.py b/module/config/ConfigParser.py index 33b3d26b6..1d3ae87d6 100644 --- a/module/config/ConfigParser.py +++ b/module/config/ConfigParser.py @@ -206,10 +206,6 @@ class ConfigParser: if base: if section not in self.baseSections: self.baseSections.append(section) - else: - if section in self.config: - print "Section already exists", section - return data = SectionTuple(gettext(name), gettext(desc), gettext(long_desc), d) self.config[section] = data -- cgit v1.2.3