Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Jurman committed Mar 13, 2012
1 parent e239903 commit 95971c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tw2/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def prepare(self):
if self.submit and not \
['SubmitButton' in repr(b) for b in self.buttons]:
self.buttons.append(self.submit)

for b in self.buttons:
b.prepare()

Expand Down

0 comments on commit 95971c9

Please sign in to comment.