summaryrefslogtreecommitdiff
path: root/sphinx/util/console.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/console.py')
-rw-r--r--sphinx/util/console.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/console.py b/sphinx/util/console.py
index 7974ebb2b..593634b11 100644
--- a/sphinx/util/console.py
+++ b/sphinx/util/console.py
@@ -90,6 +90,7 @@ def create_color_func(name):
return colorize(name, text)
globals()[name] = inner
+
_attrs = {
'reset': '39;49;00m',
'bold': '01m',