diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2013-11-04 08:02:38 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2013-11-04 08:02:38 -0800 |
commit | 81aeba1c667f7f669c24014e5b6ef4ff03de69eb (patch) | |
tree | 67f06a158087406e7c2e7106695005baf9e61181 /HACKING | |
parent | 62fa3f96fef9cd803b85feab4e910a01581e5c15 (diff) |
HACKING: Add note for python formatting
Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -114,6 +114,12 @@ Piglit has a rich set of utility functions for basic drawing, setting up shaders, probing pixels, error checking, etc. Try to use them before rolling your own. +Python framework: + +Piglit uses python's PEP8 standard for formatting of python code; using only +spaces with no tabs for indenting. See +http://www.python.org/dev/peps/pep-0008/ for more information. + \ Release Philosophy |