Kaydet (Commit) 8e5c1169 authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying…

Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst de35bb40
......@@ -37,7 +37,7 @@ def color_style():
setattr(style, role, termcolors.make_style(**format))
# For backwards compatibility,
# set style for ERROR_OUTPUT == ERROR
setattr(style, 'ERROR_OUTPUT', style.ERROR)
style.ERROR_OUTPUT = style.ERROR
else:
style = no_style()
return style
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment