Skip to content

Commit

Permalink
Update test import
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 1, 2016
1 parent 91a1d33 commit 4baa0fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/python/test_qgsfeatureiterator.py
Expand Up @@ -15,10 +15,11 @@
import qgis
import os

from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature
from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature, QgsField, NULL
from qgis.testing import (start_app,
unittest
)
from PyQt4.QtCore import QVariant
from utilities import (unitTestDataPath,
compareWkt
)
Expand Down

0 comments on commit 4baa0fb

Please sign in to comment.