Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BUGFIX][Processing] Fix spatialite version comparison: import re
  • Loading branch information
rldhont committed Apr 28, 2017
1 parent 8493194 commit 856046c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/tools/spatialite.py
Expand Up @@ -29,6 +29,7 @@

from qgis.utils import spatialite_connect
import sqlite3 as sqlite
import re


class DbError(Exception):
Expand Down

0 comments on commit 856046c

Please sign in to comment.