Skip to content

Commit

Permalink
Fix imports in test_qgsfeatureiterator
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Sep 13, 2016
1 parent 45e485c commit bb4d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsfeatureiterator.py
Expand Up @@ -15,7 +15,7 @@
import qgis
import os

from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature, QgsField, NULL
from qgis.core import QgsVectorLayer, QgsFeatureRequest, QgsFeature, QgsField, QgsMapLayerRegistry, QgsVectorJoinInfo, NULL
from qgis.testing import (start_app,
unittest
)
Expand Down

0 comments on commit bb4d83f

Please sign in to comment.