mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Second half of little cleanup tweaks suggested by pyflakes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
termcolors.py
|
||||
"""
|
||||
|
||||
import types
|
||||
|
||||
color_names = ('black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white')
|
||||
foreground = dict([(color_names[x], '3%s' % x) for x in range(8)])
|
||||
background = dict([(color_names[x], '4%s' % x) for x in range(8)])
|
||||
|
||||
Reference in New Issue
Block a user