Fixed Plot module test

This commit is contained in:
Jose Luis Cercos Pita
2012-11-18 10:54:52 +01:00
parent d0309e53f2
commit 2e1ba863ba

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)