Fixed Plot module test

This commit is contained in:
Jose Luis Cercos Pita 2012-11-18 10:54:52 +01:00
parent 6a9a7a533c
commit f61f7094ed

View File

@ -36,7 +36,7 @@ class ShipWorkbench ( Workbench ):
# Print a warning if Plot module can't be used
try:
import matplotlib
import Plot
except ImportError:
msg = QtGui.QApplication.translate("ship_console", "Plot module is disabled, tools can't graph output curves",
None,QtGui.QApplication.UnicodeUTF8)