Skip to content

Commit

Permalink
test_qgsproject.py: no longer used deprecated way of importing ogr
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Nov 6, 2020
1 parent 0213197 commit 0ee4ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsproject.py
Expand Up @@ -14,7 +14,7 @@

import os
import re
import ogr
from osgeo import ogr
import codecs
from io import BytesIO
from zipfile import ZipFile
Expand Down

0 comments on commit 0ee4ffd

Please sign in to comment.