diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-14 17:08:59 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-14 17:08:59 +0200 |
commit | 420279385334ce45af842ac28b66146029e56c83 (patch) | |
tree | 38fbf16ef3dc68c27ea415bb2300645f0549225d /l10ntools/scripts | |
parent | f72e6b7a877f3d5326bb3c9dad53aa1913b0ed2e (diff) |
txtl10n: #i113008# #i113125# cleanup
Diffstat (limited to 'l10ntools/scripts')
-rw-r--r-- | l10ntools/scripts/tool/pseudo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/scripts/tool/pseudo.py b/l10ntools/scripts/tool/pseudo.py index ee23b22f4e79..0956325e31db 100644 --- a/l10ntools/scripts/tool/pseudo.py +++ b/l10ntools/scripts/tool/pseudo.py @@ -52,7 +52,7 @@ class PseudoSet: tmplist.extend(self._list) [tmplist.remove(key) for key in other if key in tmplist] else: - print __sub__(none) + print "__sub__(none)" return PseudoSet(tmplist) def __and__(self, other): |