Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix directory layout
  • Loading branch information
alexbruy committed Nov 1, 2014
1 parent 8be274d commit 92de1f1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
Expand Up @@ -17,9 +17,6 @@
***************************************************************************
"""




__author__ = 'Victor Olaya'
__date__ = 'December 2012'
__copyright__ = '(C) 2012, Victor Olaya'
Expand All @@ -35,11 +32,10 @@
from processing.core.AlgorithmProvider import AlgorithmProvider
from processing.script.ScriptUtils import ScriptUtils

from ftools.RegularPoints import RegularPoints
from ftools.SymetricalDifference import SymetricalDifference
from ftools.VectorSplit import VectorSplit
from ftools.VectorGrid import VectorGrid

from RegularPoints import RegularPoints
from SymetricalDifference import SymetricalDifference
from VectorSplit import VectorSplit
from VectorGrid import VectorGrid
from RandomExtract import RandomExtract
from RandomExtractWithinSubsets import RandomExtractWithinSubsets
from ExtractByLocation import ExtractByLocation
Expand Down

0 comments on commit 92de1f1

Please sign in to comment.