[processing] Change version test so that ExecuteSQL is testable during feature freeze

This commit is contained in:
Hugo Mercier 2016-02-22 15:09:15 +01:00
parent 0e704523b7
commit b92cb81fe7

View File

@ -210,7 +210,7 @@ class QGISAlgorithmProvider(AlgorithmProvider):
from Polygonize import Polygonize
self.alglist.extend([Polygonize()])
if QGis.QGIS_VERSION_INT >= 21400:
if QGis.QGIS_VERSION_INT >= 21300:
from ExecuteSQL import ExecuteSQL
self.alglist.extend([ExecuteSQL()])