Skip to content

Commit 92de1f1

Browse files
committedNov 1, 2014
fix directory layout
1 parent 8be274d commit 92de1f1

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed
 

‎python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
***************************************************************************
1818
"""
1919

20-
21-
22-
2320
__author__ = 'Victor Olaya'
2421
__date__ = 'December 2012'
2522
__copyright__ = '(C) 2012, Victor Olaya'
@@ -35,11 +32,10 @@
3532
from processing.core.AlgorithmProvider import AlgorithmProvider
3633
from processing.script.ScriptUtils import ScriptUtils
3734

38-
from ftools.RegularPoints import RegularPoints
39-
from ftools.SymetricalDifference import SymetricalDifference
40-
from ftools.VectorSplit import VectorSplit
41-
from ftools.VectorGrid import VectorGrid
42-
35+
from RegularPoints import RegularPoints
36+
from SymetricalDifference import SymetricalDifference
37+
from VectorSplit import VectorSplit
38+
from VectorGrid import VectorGrid
4339
from RandomExtract import RandomExtract
4440
from RandomExtractWithinSubsets import RandomExtractWithinSubsets
4541
from ExtractByLocation import ExtractByLocation

0 commit comments

Comments
 (0)
Please sign in to comment.