From 34b269b14a16ddf12313e3c0566688bc582aa53e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Dec 2016 21:32:05 +0100 Subject: Drop support for [rapporter-feil] section in tips.cfg. --- bin/kun-tips | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/kun-tips b/bin/kun-tips index bec92a2..d462894 100755 --- a/bin/kun-tips +++ b/bin/kun-tips @@ -56,10 +56,6 @@ class Form(QDialog): # check if the tips.cfg file has valid sections... section = 'tips' - if not cfg.has_section(section): - section = 'rapporter-fail' - if not cfg.has_section(section): - raise ConfigException title_options = [ 'title[{lang}_{region}]'.format(lang=lang, region=region), -- cgit v1.2.3