ultimi import urllib PY3

This commit is contained in:
marco
2020-10-06 18:18:52 +02:00
parent aec033163e
commit 922f54fafe
6 changed files with 26 additions and 9 deletions
+4 -1
View File
@@ -138,7 +138,10 @@ def renameFavourite(item):
# Features to migrate old favorites (.txt)
def readbookmark(filepath):
logger.info()
import urllib
try:
import urllib.parse as urllib
except ImportError:
import urllib
bookmarkfile = filetools.file_open(filepath)