pep8 compliance: E231 missing whitespace after ','

This commit is contained in:
David Sowder 2012-02-21 17:41:56 -06:00
parent d6529d6b90
commit b90611c2e7

View File

@ -89,7 +89,7 @@ class TableView(Column):
print "click_column_header: ", col
def click_header(self, n, e):
x,y = self.global_to_local(e.pos)
x, y = self.global_to_local(e.pos)
width = 0
for col in self.columns:
width += col.width