Skip to content

Commit e7d7560

Browse files
committedAug 1, 2016
[processing] add missed import (fix #15359)
(cherry picked from commit 98a5527)
1 parent 8545b3b commit e7d7560

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎python/plugins/processing/gui/GetScriptsAndModels.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
4040
from qgis.core import QgsNetworkAccessManager, QgsMessageLog
4141
from qgis.gui import QgsMessageBar
4242

43+
from processing.core.alglist import algList
4344
from processing.gui.ToolboxAction import ToolboxAction
45+
from processing.gui import Help2Html
46+
from processing.gui.Help2Html import getDescription, ALG_DESC, ALG_VERSION, ALG_CREATOR
4447
from processing.script.ScriptUtils import ScriptUtils
4548
from processing.algs.r.RUtils import RUtils
4649
from processing.modeler.ModelerUtils import ModelerUtils
47-
from processing.gui import Help2Html
48-
from processing.gui.Help2Html import getDescription, ALG_DESC, ALG_VERSION, ALG_CREATOR
4950

5051
pluginPath = os.path.split(os.path.dirname(__file__))[0]
5152
WIDGET, BASE = uic.loadUiType(

0 commit comments

Comments
 (0)
Please sign in to comment.