Skip to content

Commit

Permalink
wxGUI: Add missing import from grass.app (#1358)
Browse files Browse the repository at this point in the history
Fixes 28876fe.
  • Loading branch information
wenzeslaus committed Feb 18, 2021
1 parent 28876fe commit 69a226e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wxpython/gis_set.py
Expand Up @@ -38,6 +38,7 @@
import wx.lib.mixins.listctrl as listmix

from grass.grassdb.checks import get_lockfile_if_present
from grass.app import get_possible_database_path

from core.gcmd import GError, RunCommand
from core.utils import GetListOfLocations, GetListOfMapsets
Expand Down

0 comments on commit 69a226e

Please sign in to comment.