Skip to content

Commit d5dc331

Browse files
committed
disabled postgis algs until they are ready
1 parent 1c0f7a2 commit d5dc331

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/plugins/sextante/admintools/AdminToolsAlgorithmProvider.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* *
1717
***************************************************************************
1818
"""
19-
from sextante.admintools.PostGISExecuteSQL import PostGISExecuteSQL
20-
from sextante.admintools.ImportIntoPostGIS import ImportIntoPostGIS
21-
2219
__author__ = 'Victor Olaya'
2320
__date__ = 'October 2012'
2421
__copyright__ = '(C) 2012, Victor Olaya'
@@ -41,7 +38,7 @@ def __init__(self):
4138
AlgorithmProvider.__init__(self)
4239
self.alglist = [ImportVectorIntoGeoServer(), ImportRasterIntoGeoServer(),
4340
CreateWorkspace(), DeleteWorkspace(), DeleteDatastore(),
44-
CreateStyleGeoServer(), PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]
41+
CreateStyleGeoServer()]#] PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]
4542

4643
def initializeSettings(self):
4744
AlgorithmProvider.initializeSettings(self)

0 commit comments

Comments
 (0)