X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FVerima%2FStats%2Futiles.py;h=e7d2156c0fd1097fc3a1717634f4d8566bb1b648;hp=08e1a8f259ff614fe20f677f89b08044a24f9a1d;hb=442fd64c19a6e27a339ca36264c15ec91732cf32;hpb=2d16118826a6b7874b3093ed11284cfbb30a5efa diff --git a/src/Tools/Verima/Stats/utiles.py b/src/Tools/Verima/Stats/utiles.py index 08e1a8f25..e7d2156c0 100644 --- a/src/Tools/Verima/Stats/utiles.py +++ b/src/Tools/Verima/Stats/utiles.py @@ -4,7 +4,7 @@ def writeFile( fn, txt = None): if txt == None : return if fn == None : return - fn = unicode(fn) + fn = str(fn) try: f = open(fn, 'wb') f.write(txt)