alcuni fix py3

This commit is contained in:
marco
2020-02-06 17:40:57 +01:00
parent c262c9d528
commit 7f4844646e
4 changed files with 29 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
import io
import os
import shutil
from cStringIO import StringIO
from lib.six import StringIO
from core import filetools
from platformcode import logger, platformtools
@@ -426,4 +426,4 @@ def _pbhook(numblocks, blocksize, filesize, url, dp):
dp.update(percent)
except:
percent = 90
dp.update(percent)
dp.update(percent)