Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_sampler_randomwalk.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_sampler_randomwalk.py')
-rw-r--r--ep_sampler_randomwalk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_sampler_randomwalk.py b/ep_sampler_randomwalk.py
index 837b8c3..7951928 100644
--- a/ep_sampler_randomwalk.py
+++ b/ep_sampler_randomwalk.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -115,7 +115,7 @@ class RandomWalkSampler(model_allele.Allele):
"""
post: len(__return__) == 3
"""
- return u'Random walk sampler: %d points' \
+ return _('Random walk sampler: %d points') \
% (len(self.direction_steps)), \
None, \
None