Skip to content

Commit

Permalink
[processing] add missed import (fix #15359)
Browse files Browse the repository at this point in the history
(cherry picked from commit 98a5527)
  • Loading branch information
alexbruy committed Aug 1, 2016
1 parent 8545b3b commit e7d7560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/plugins/processing/gui/GetScriptsAndModels.py
Expand Up @@ -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(
Expand Down

0 comments on commit e7d7560

Please sign in to comment.