Commit 8e5c1169 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent de35bb40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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