From 2e1ba863bae9eacf720a7dfcc428f3f9b2b77167 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos Pita Date: Sun, 18 Nov 2012 10:54:52 +0100 Subject: [PATCH] Fixed Plot module test --- src/Mod/Ship/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Ship/InitGui.py b/src/Mod/Ship/InitGui.py index 5b556753dc..17aa804435 100644 --- a/src/Mod/Ship/InitGui.py +++ b/src/Mod/Ship/InitGui.py @@ -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)