fix typo in StartPage module

This commit is contained in:
wmayer
2019-01-04 10:56:34 +01:00
parent 3e12a59d41
commit 65adba7ce2

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