]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/config.py
Some clean-up (pylint audit)
[mpd-sima.git] / sima / utils / config.py
index da66366042e082ee7e0b73f410bef2e9511d0ac7..439f4a57c78bae9c7ca25b0c7dc32a47aafd7b61 100644 (file)
@@ -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(