summary refs log tree commit diff stats
path: root/doc/print_colors.py
Commit message (Collapse)AuthorAgeFilesLines
* replaced tabs with 4 spaces in all python fileshut2013-02-101-11/+11
| | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile.
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
|
* added two new colorschemes using 88 colorshut2010-03-121-0/+23
6' href='#n76'>76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134