pep8 compliance: W291 trailing whitespace

This commit is contained in:
David Sowder 2012-02-21 20:11:25 -06:00
parent 62ac008ca3
commit 0ab61310ea

View File

@ -350,7 +350,7 @@ class BlockButton(ButtonBase, Panel):
labelText = labelText[:23] + "..." labelText = labelText[:23] + "..."
return labelText return labelText
# self.blockNameLabel.text = # self.blockNameLabel.text =
def createRecentBlockView(self): def createRecentBlockView(self):
def makeBlockView(bi): def makeBlockView(bi):
@ -766,7 +766,7 @@ class EditorTool(object):
# glVertex3f(*point) # glVertex3f(*point)
if pointInBounds(point, dim1) and pointInBounds(point, dim2): if pointInBounds(point, dim1) and pointInBounds(point, dim2):
points[ dim * 2 + side ] = point points[dim * 2 + side] = point
# glEnd() # glEnd()