removed unwanted whitespaces

This commit is contained in:
mdipierro
2012-08-16 11:56:07 -05:00
parent f78f27982b
commit a608df5a29
90 changed files with 253 additions and 162 deletions
+1
View File
@@ -13,3 +13,4 @@ class MessageBoxHandler(logging.Handler):
if tkMessageBox:
msg = self.format(record)
tkMessageBox.showinfo('info1', msg)