]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/config.py
Some clean-up (pylint audit)
[mpd-sima.git] / sima / utils / config.py
index c425642679fd4063c4445a0a7e0b96bc37fb453b..439f4a57c78bae9c7ca25b0c7dc32a47aafd7b61 100644 (file)
@@ -76,7 +76,7 @@ DEFAULT_CONF = {
             'depth': "1",
             },
         'randomfallback': {
-            'flavour': "sensible", # in pure, sensible, genre
+            'flavour': "sensible", # in pure, sensible
             'track_to_add': "1",
             }
         }
@@ -189,8 +189,8 @@ class ConfMan(object):  # CONFIG MANAGER CLASS
                 self.log.debug('[%s] present in conf file' % section)
                 for option in self.defaults[section]:
                     if self.config.has_option(section, option):
-                        #self.log.debug(u'option "%s" set to "%s" in conf. file' %
-                        #              (option, self.config.get(section, option)))
+                        #self.log.debug('option "%s" set to "%s" in conf. file'%
+                        #            (option, self.config.get(section, option)))
                         pass
                     else:
                         self.log.debug(