Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 21, 2018
1 parent 3c74991 commit 01681ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/core/additions/qgssettings.py
Expand Up @@ -19,6 +19,7 @@

from .metaenum import metaEnumFromValue
from qgis.core import QgsSettings
import qgis # required to get base class of enums


def _qgssettings_enum_value(self, key, enumDefaultValue, section=QgsSettings.NoSection):
Expand Down

0 comments on commit 01681ab

Please sign in to comment.