From: Pierre Ratinaud Date: Thu, 11 Dec 2014 17:18:38 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=83e5bf88be196a94703f659fa6eda3817902f86a ... --- diff --git a/parse_europress.py b/parse_europress.py index 62ed52c..8097d30 100644 --- a/parse_europress.py +++ b/parse_europress.py @@ -10,11 +10,6 @@ import os from HTMLParser import HTMLParser -infile = '/home/pierre/workspace/iramuteq/dev/europress/DocActionPrintSave.aspx.html' - -with codecs.open(infile, 'r', 'utf8') as f : - html = f.read() - mois = {u'janvier' : '01', u'février' : '02', u'mars' : '03',