summaryrefslogtreecommitdiffstats
path: root/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'color.py')
-rw-r--r--color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.py b/color.py
index 0f637489..e3e2a5f3 100644
--- a/color.py
+++ b/color.py
@@ -103,7 +103,7 @@ def SetDefaultColoring(state):
103 DEFAULT = "never" 103 DEFAULT = "never"
104 104
105 105
106class Coloring(object): 106class 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