diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:46:05 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 11:46:05 +0900 |
commit | 1feb3d5367a747edc931766cbfa80f07c37c49eb (patch) | |
tree | 554abeffd9809e9362de708a2a5fa3d4b0f36c89 /sphinx/util/console.py | |
parent | 644dd3f378b27f8d83f8e2bfbcfe6ac669cf1f2b (diff) | |
parent | 4b5eebdc877759e204aa90435aebcf313a44f6cd (diff) | |
download | sphinx-git-1feb3d5367a747edc931766cbfa80f07c37c49eb.tar.gz |
Merge branch '1.5-release'
Diffstat (limited to 'sphinx/util/console.py')
-rw-r--r-- | sphinx/util/console.py | 1 |
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', |