From b666fc39c331e4982b26ff1c027fe3d97432acc9 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Mon, 1 Aug 2016 15:03:36 +0300 Subject: [PATCH] [processing] add missed import (fix #15359) (cherry picked from commit 98a55274063fcfe8174b3c3d0369d72d5e2f7c73) --- python/plugins/processing/gui/GetScriptsAndModels.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/plugins/processing/gui/GetScriptsAndModels.py b/python/plugins/processing/gui/GetScriptsAndModels.py index ee0bc4050d4b..ccd45230bb4d 100644 --- a/python/plugins/processing/gui/GetScriptsAndModels.py +++ b/python/plugins/processing/gui/GetScriptsAndModels.py @@ -40,12 +40,13 @@ from qgis.core import QgsNetworkAccessManager, QgsMessageLog from qgis.gui import QgsMessageBar +from processing.core.alglist import algList from processing.gui.ToolboxAction import ToolboxAction +from processing.gui import Help2Html +from processing.gui.Help2Html import getDescription, ALG_DESC, ALG_VERSION, ALG_CREATOR from processing.script.ScriptUtils import ScriptUtils from processing.algs.r.RUtils import RUtils from processing.modeler.ModelerUtils import ModelerUtils -from processing.gui import Help2Html -from processing.gui.Help2Html import getDescription, ALG_DESC, ALG_VERSION, ALG_CREATOR pluginPath = os.path.split(os.path.dirname(__file__))[0] WIDGET, BASE = uic.loadUiType(