remove UnicodeUTF8

This commit is contained in:
wmayer
2016-12-27 18:31:05 +01:00
parent d21d28a8fa
commit c20593a4f6
8 changed files with 72 additions and 144 deletions

View File

@@ -43,8 +43,7 @@ except ImportError:
msg = PySide.QtGui.QApplication.translate(
"plot_console",
"matplotlib not found, so Plot module can not be loaded",
None,
PySide.QtGui.QApplication.UnicodeUTF8)
None)
FreeCAD.Console.PrintMessage(msg + '\n')
raise ImportError("matplotlib not installed")