Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] activate GRASS 7 by default and disable GRASS 6
  • Loading branch information
alexbruy committed Mar 21, 2016
1 parent 0cdfca7 commit c7c7baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -44,6 +44,7 @@ class GrassAlgorithmProvider(AlgorithmProvider):

def __init__(self):
AlgorithmProvider.__init__(self)
self.activate = False
self.createAlgsList() # Preloading algorithms to speed up

def initializeSettings(self):
Expand Down
Expand Up @@ -43,7 +43,6 @@ class Grass7AlgorithmProvider(AlgorithmProvider):

def __init__(self):
AlgorithmProvider.__init__(self)
self.activate = False
self.createAlgsList()

def initializeSettings(self):
Expand Down

0 comments on commit c7c7baa

Please sign in to comment.