summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-07-14 17:08:59 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-07-14 17:08:59 +0200
commit420279385334ce45af842ac28b66146029e56c83 (patch)
tree38fbf16ef3dc68c27ea415bb2300645f0549225d /l10ntools
parentf72e6b7a877f3d5326bb3c9dad53aa1913b0ed2e (diff)
txtl10n: #i113008# #i113125# cleanup
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/scripts/tool/pseudo.py2
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):