Skip to content
Permalink
Browse files
[processing] fixes after rebasing
  • Loading branch information
alexbruy committed Feb 5, 2018
1 parent 15a185d commit 567ebb9
Showing 1 changed file with 0 additions and 4 deletions.
@@ -38,7 +38,6 @@

from processing.core.ProcessingConfig import ProcessingConfig, Setting

#from processing.gui.GetScriptsAndModels import GetModelsAction
from processing.gui.ProviderActions import (ProviderActions,
ProviderContextMenuActions)

@@ -57,9 +56,6 @@ class ModelerAlgorithmProvider(QgsProcessingProvider):
def __init__(self):
super().__init__()
self.actions = [CreateNewModelAction(), AddModelFromFileAction()]
AddModelFromFileAction(),
#GetModelsAction()
]
self.contextMenuActions = [EditModelAction(), DeleteModelAction()]
self.algs = []

0 comments on commit 567ebb9

Please sign in to comment.