Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] move spatialite and postgis utils into tools package
- Loading branch information
Showing
with
17 additions
and 20 deletions.
- +3 −4 python/plugins/processing/algs/qgis/ImportIntoPostGIS.py
- +4 −4 python/plugins/processing/algs/qgis/PostGISExecuteSQL.py
- +1 −1 python/plugins/processing/gui/PostgisTableSelector.py
- +1 −1 python/plugins/processing/{algs/qgis/postgis_utils.py → tools/postgis.py}
- +1 −1 python/plugins/processing/{algs/qgis/spatialite_utils.py → tools/spatialite.py}
- +7 −9 python/plugins/processing/tools/vector.py