Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | chmod | hut | 2010-09-11 | 1 | -0/+0 |
| | |||||
* | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | added doc/print_keys.py | hut | 2010-04-08 | 1 | -0/+14 |