Skip to content

Commit

Permalink
[BUGFIX][Processing] Fix spatialite version comparison: import re
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Apr 28, 2017
1 parent b464da8 commit 2c8badb
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 pyspatialite import dbapi2 as sqlite
except:
pass
import re


class DbError(Exception):
Expand Down

0 comments on commit 2c8badb

Please sign in to comment.