From 0d3314b9dc5d826306ea9183ab65199a71235da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 25 Jun 2009 18:16:50 +0000 Subject: [PATCH] =?UTF-8?q?typo=20-=20contribution=20by=20J=C3=A9r=C3=B4me?= =?UTF-8?q?=20Chailloux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn: r12709 --- src/DateHandler/_Date_fr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DateHandler/_Date_fr.py b/src/DateHandler/_Date_fr.py index 48d7612ea..499bdee20 100644 --- a/src/DateHandler/_Date_fr.py +++ b/src/DateHandler/_Date_fr.py @@ -62,8 +62,8 @@ class DateParserFR(DateParser): # Add common value - month_to_int[u"bluviose"] = 1 - month_to_int[u"vendose"] = 2 + month_to_int[u"bluviose"] = 5 + month_to_int[u"vendose"] = 6 month_to_int[u"7bre"] = 9 month_to_int[u"8bre"] = 10 month_to_int[u"9bre"] = 11