conf windows
authorPierre Ratinaud <ratinaud²univ=tlse2.fr>
Sun, 16 Dec 2012 19:28:30 +0000 (20:28 +0100)
committerPierre Ratinaud <ratinaud²univ=tlse2.fr>
Sun, 16 Dec 2012 19:28:30 +0000 (20:28 +0100)
functions.py

index 8eef61d..b76de83 100644 (file)
@@ -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) :