StartWB: Remove python2 support

* removed six module  
* removed encode() function
This commit is contained in:
luz paz
2022-02-07 07:17:12 -05:00
committed by wwmayer
parent e3aced63cd
commit 139387fee4
3 changed files with 26 additions and 45 deletions

View File

@@ -24,10 +24,7 @@ import sys
import FreeCAD
import FreeCADGui
if sys.version_info.major < 3:
from urllib import unquote
else:
from urllib.parse import unquote
from urllib.parse import unquote
# filename will be given before this script is run