diff sat_frontends/jp/common.py @ 3046:d9f328374473

jp: dark and light theme: - `background` setting can now be used in sat.conf to indicate if the terminal use a `dark` or a `light` colour - if `background` is not set or set to `auto`, the background colour is autodetected - Jp.get_config (or CommandBase.get_config) method can now be used to retrieve a setting
author Goffi <goffi@goffi.org>
date Tue, 01 Oct 2019 22:49:10 +0200
parents fee60f17ebac
children 040ca99e25fe
line wrap: on
line diff
--- a/sat_frontends/jp/common.py	Tue Oct 01 22:49:10 2019 +0200
+++ b/sat_frontends/jp/common.py	Tue Oct 01 22:49:10 2019 +0200
@@ -126,7 +126,6 @@
             and vice versa
         """
         self.host = host
-        self.sat_conf = config.parseMainConf()
         self.cat_dir = cat_dir
         self.use_metadata = use_metadata