py3: define more unicode for python3, see commit 421afe84

This commit is contained in:
Bernd Hahnebach
2018-08-06 22:21:40 +02:00
committed by wmayer
parent 4bf5a5f3b3
commit d546e41923
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ from Material import getMaterialAttributeStructure
import os
from PySide import QtCore, QtGui
# from PySide import QtUiTools, QtSvg
import sys
if sys.version_info.major >= 3:
unicode = str
__title__ = "FreeCAD material editor"