diff --git a/qt/applications/workbench/workbench/app/mainwindow.py b/qt/applications/workbench/workbench/app/mainwindow.py index 393402f1baa89007e77a200bfc3eb876b2cf7226..8a2b7abcfbabe2adf686d5c2df598b5fc1803bee 100644 --- a/qt/applications/workbench/workbench/app/mainwindow.py +++ b/qt/applications/workbench/workbench/app/mainwindow.py @@ -170,7 +170,6 @@ class MainWindow(QMainWindow): self.plot_selector.register_plugin() self.widgets.append(self.plot_selector) - self.set_splash("Loading code editing widget") from workbench.plugins.editor import MultiFileEditor self.editor = MultiFileEditor(self) diff --git a/qt/applications/workbench/workbench/plugins/plotselectorwidget.py b/qt/applications/workbench/workbench/plugins/plotselectorwidget.py index f1cabbe79a7f182bf2bbfcc8d62d4b1f845b9a48..5604824351cf3678d5518f23005ef3c02314e355 100644 --- a/qt/applications/workbench/workbench/plugins/plotselectorwidget.py +++ b/qt/applications/workbench/workbench/plugins/plotselectorwidget.py @@ -1,6 +1,6 @@ # This file is part of the mantid workbench. # -# Copyright (C) 2017 mantidproject +# Copyright (C) 2018 mantidproject # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,6 +26,7 @@ from workbench.plugins.base import PluginWidget from workbench.plotting.currentfigure import CurrentFigure from mantidqt.widgets.plotselector.presenter import PlotSelectorPresenter + class PlotSelector(PluginWidget): """Provides an algorithm selector widget for selecting algorithms to run""" diff --git a/qt/python/mantidqt/widgets/plotselector/model.py b/qt/python/mantidqt/widgets/plotselector/model.py index 79175317f7cdb42f9a575dc3474629a340b47ff3..267401fff2398dada7eb9feaec10508908de2189 100644 --- a/qt/python/mantidqt/widgets/plotselector/model.py +++ b/qt/python/mantidqt/widgets/plotselector/model.py @@ -16,6 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from __future__ import absolute_import, print_function + class PlotSelectorModel(object): """ This is the model for the plot selector widget. Essentially this