From 3f163578604e3bfd31697d516ea2a5082866b2d5 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Sun, 21 Dec 2014 15:19:13 +0100 Subject: [PATCH 1/1] ... --- iramuteq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iramuteq.py b/iramuteq.py index 1981df7..7060820 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -1201,7 +1201,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, États-Unis.""" #self.Text = OpenAnalyse(self, self.filename) OpenAnalyse(self, self.filename) if not truepath: - print 'ce fichier n\'existe pas' + print 'This file does not exist' -- 2.7.4