From 7234b74df1f213cd09041ab9b9efa6f85d7af932 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Tue, 1 Feb 2011 02:04:47 +0100 Subject: [PATCH] some minor nitpicking --- pyfpdb/OSXTables.py | 3 ++- pyfpdb/RushNotesMerge.py | 1 + pyfpdb/Stove.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyfpdb/OSXTables.py b/pyfpdb/OSXTables.py index a3473fbb..75d7218a 100644 --- a/pyfpdb/OSXTables.py +++ b/pyfpdb/OSXTables.py @@ -53,7 +53,8 @@ class Table(Table_Window): title = d[kCGWindowName] if self.check_bad_words(title): continue self.number = int(d[kCGWindowNumber]) - self.title = title; return self.title + self.title = title + return self.title if self.number is None: return None diff --git a/pyfpdb/RushNotesMerge.py b/pyfpdb/RushNotesMerge.py index 7bfec3df..433a9873 100755 --- a/pyfpdb/RushNotesMerge.py +++ b/pyfpdb/RushNotesMerge.py @@ -30,6 +30,7 @@ The generated file can then replace heroname.xml (if all is well). ######################################################################## +#TODO gettextify # Standard Library modules import os diff --git a/pyfpdb/Stove.py b/pyfpdb/Stove.py index 9469ffb9..2d4d08b9 100755 --- a/pyfpdb/Stove.py +++ b/pyfpdb/Stove.py @@ -9,6 +9,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3 of the License. # +# TODO gettextify usage print import L10n _ = L10n.get_translation()