diff options
Diffstat (limited to 'color.py')
-rw-r--r-- | color.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ def SetDefaultColoring(state): | |||
103 | DEFAULT = "never" | 103 | DEFAULT = "never" |
104 | 104 | ||
105 | 105 | ||
106 | class Coloring(object): | 106 | class Coloring: |
107 | def __init__(self, config, section_type): | 107 | def __init__(self, config, section_type): |
108 | self._section = "color.%s" % section_type | 108 | self._section = "color.%s" % section_type |
109 | self._config = config | 109 | self._config = config |