Skip to content

Commit

Permalink
[sextante] added back script creation tools to toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 4, 2013
1 parent 93faa76 commit 61511cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/sextante/r/RAlgorithmProvider.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RAlgorithmProvider(AlgorithmProvider):
def __init__(self): def __init__(self):
AlgorithmProvider.__init__(self) AlgorithmProvider.__init__(self)
self.activate = False self.activate = False
#self.actions.append(CreateNewRScriptAction()) self.actions.append(CreateNewRScriptAction())
self.contextMenuActions = [EditRScriptAction(), DeleteRScriptAction()] self.contextMenuActions = [EditRScriptAction(), DeleteRScriptAction()]


def initializeSettings(self): def initializeSettings(self):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/script/ScriptAlgorithmProvider.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ScriptAlgorithmProvider(AlgorithmProvider):


def __init__(self): def __init__(self):
AlgorithmProvider.__init__(self) AlgorithmProvider.__init__(self)
#self.actions.append(CreateNewScriptAction()) self.actions.append(CreateNewScriptAction())
self.contextMenuActions = [EditScriptAction(), DeleteScriptAction()] self.contextMenuActions = [EditScriptAction(), DeleteScriptAction()]


def initializeSettings(self): def initializeSettings(self):
Expand Down

0 comments on commit 61511cd

Please sign in to comment.