From c11a02780c5bfa9d18d80fa503d8086636ee79cb Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Sun, 16 Dec 2012 20:28:30 +0100 Subject: [PATCH] conf windows --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 8eef61d..b76de83 100644 --- a/functions.py +++ b/functions.py @@ -174,7 +174,7 @@ class DoConf : if outfile is None : outfile = self.configfile with codecs.open(outfile, 'w', 'utf8') as f : - f.write(txt.encode('utf8')) + f.write(txt) #self.conf.write(f) def totext(self, parametres) : -- 2.7.4