Browse Source

wxGUI: Add missing import from grass.app (#1358)

Fixes 28876fe653e1dc9f85c83878fc552fc7317db2f0.
Vaclav Petras 4 years ago
parent
commit
69a226ec36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/wxpython/gis_set.py

+ 1 - 0
gui/wxpython/gis_set.py

@@ -38,6 +38,7 @@ import wx.html
 import wx.lib.mixins.listctrl as listmix
 import wx.lib.mixins.listctrl as listmix
 
 
 from grass.grassdb.checks import get_lockfile_if_present
 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.gcmd import GError, RunCommand
 from core.utils import GetListOfLocations, GetListOfMapsets
 from core.utils import GetListOfLocations, GetListOfMapsets