* src/Reorder.py: cleanup

* src/TransUtils.py: cleanup
	* src/TipOfDay.py: cleanup
	* src/SubstKeywords.py: cleanup
	* src/Utils.py: cleanup
	* src/soundex.py: cleanup
	* src/Sort.py: cleanup

2007-09-09  Don Allingham  <don@gramps-project.org>


svn: r8955
This commit is contained in:
Don Allingham
2007-09-10 03:03:46 +00:00
parent 6f7f0d710a
commit 2fdae3eff8
8 changed files with 290 additions and 292 deletions

View File

@@ -20,9 +20,13 @@
# $Id$
"""
Provides translation assistance
"""
from gettext import gettext
def sgettext(msgid,sep='|'):
def sgettext(msgid, sep='|'):
"""
Strip the context used for resolving translation ambiguities.