commit | dd2cf1cb84e4dea3786594a4b26139335828757d | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Mar 16 15:59:47 2007 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Fri Mar 16 15:59:47 2007 +0000 |
tree | e413242787f1d74c47840b84e3f7dc958c0c4d7c | |
parent | 26ca925838556369ecde923ad01509a2f10afcc2 [diff] |
Clean up formatting of this file. The file should now follow PEP 7, except that it uses 4 space indents (in the style of Py3k). This particular code would be really hard to read with the regular tab idents. Other changes: - reflow long lines - change multi-line conditionals to have test at end of line