Code cleanup: pep8

This commit is contained in:
2014-01-29 02:16:16 +11:00
parent deab0d1040
commit a283b099b1
8 changed files with 221 additions and 42 deletions

View File

@@ -53,6 +53,6 @@ shaders_list = [
ConstantColorShader(0.0, 0.0, 0.0),
IncreasingColorShader(1, 0, 0, 1, 0, 1, 0, 1),
TextureAssignerShader(-1),
pyHLRShader(), ## this shader draws only visible portions
pyHLRShader(), ## this shader draws only visible portions
]
Operators.create(TrueUP1D(), shaders_list)