Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-05-24 16:11:50 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-05-24 16:11:50 (GMT)
commitbfca9c61b8b40a09450d57eadca33d5ef1191982 (patch)
treeb02136677bbc3e11e8fac8ff46d8becd7a0e1889 /src
parent708a62c06f5212773aee46d4263b9e3a96d8cf32 (diff)
Fix style issue (Simon)
Diffstat (limited to 'src')
-rw-r--r--src/sugar/util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sugar/util.py b/src/sugar/util.py
index f885523..8f81210 100644
--- a/src/sugar/util.py
+++ b/src/sugar/util.py
@@ -195,7 +195,8 @@ ELAPSED = _('%s ago')
# strings need to be used, then we need to call ngettext() in a fake way so
# xgettext will pick them up as plurals.
-def ngettext(singular, plural, n): pass
+def ngettext(singular, plural, n):
+ pass
# TRANS: Relative dates (eg. 1 month and 5 days).
ngettext('%d year', '%d years', 1)