Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/twisted_8_1/twisted/conch/insults/colors.py

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 """
2 You don't really want to use this module. Try helper.py instead.
3 """
4
5 CLEAR = 0
6 BOLD = 1
7 DIM = 2
8 ITALIC = 3
9 UNDERSCORE = 4
10 BLINK_SLOW = 5
11 BLINK_FAST = 6
12 REVERSE = 7
13 CONCEALED = 8
14 FG_BLACK = 30
15 FG_RED = 31
16 FG_GREEN = 32
17 FG_YELLOW = 33
18 FG_BLUE = 34
19 FG_MAGENTA = 35
20 FG_CYAN = 36
21 FG_WHITE = 37
22 BG_BLACK = 40
23 BG_RED = 41
24 BG_GREEN = 42
25 BG_YELLOW = 43
26 BG_BLUE = 44
27 BG_MAGENTA = 45
28 BG_CYAN = 46
29 BG_WHITE = 47
OLDNEW
« no previous file with comments | « third_party/twisted_8_1/twisted/conch/insults/client.py ('k') | third_party/twisted_8_1/twisted/conch/insults/helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698