fix typo in StartPage module

This commit is contained in:
wmayer
2019-01-04 10:56:34 +01:00
parent df3853738e
commit 2c838bfc7d

View File

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