Bug d'affichage.

darcs-hash:20060401013237-68412-bc40e13f1c6d7137b276ec10060b6f551e3a71f5.gz
This commit is contained in:
glondu 2006-04-01 03:32:37 +02:00
parent 1efa27ecaf
commit 2832e6bfc1

View file

@ -216,7 +216,7 @@ class service:
starting.sort()
dates = ' et '.join(map(lambda t: t < time.time() and \
"maintenant" or time.strftime(date_format,
time.gmtime(t)),
time.localtime(t)),
self.start))
dates = " à partir d%s %s" % (dates.startswith("maintenant") and "e" or "u",
dates)