pep8 compliance: W391 blank line at end of file

This commit is contained in:
David Sowder 2012-02-20 18:31:19 -06:00
parent cfb73ee12c
commit e18a0b96d0

View File

@ -214,4 +214,3 @@ def debugDrawPoint(point):
GL.glPointSize(9.0)
with gl.glBegin(GL.GL_POINTS):
GL.glVertex3f(*point)