Skip to content

Commit

Permalink
Preserve python compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 7, 2021
1 parent 0f0b6b1 commit 09760f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/analysis/__init__.py.in
Expand Up @@ -24,3 +24,6 @@ __copyright__ = '(C) 2014, Nathan Woodrow'
from qgis.PyQt import QtCore

from qgis._analysis import *

# preserve API compatibility following QgsExifTools moved to core
from qgis.core import QgsExifTools

0 comments on commit 09760f0

Please sign in to comment.