Skip to content

Commit

Permalink
v.krige: rename vkrige.py to vkrige_wxgui.py (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jan 7, 2020
1 parent 0235671 commit 9dbc1b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grass7/vector/v.krige/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_TOPDIR = ../..

PGM = v.krige

ETCFILES = vkrige
ETCFILES = vkrige_wxgui

include $(MODULE_TOPDIR)/include/Make/Script.make
include $(MODULE_TOPDIR)/include/Make/Python.make
Expand Down
2 changes: 1 addition & 1 deletion grass7/vector/v.krige/v.krige.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def main(argv=None):
if not os.getenv("GRASS_WXBUNDLED"):
from core import globalvar
globalvar.CheckForWx()
import vkrige as GUI
import vkrige_wxgui as GUI

import wx

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
MODULE: vkrige
MODULE: vkrige_wxgui
AUTHOR(S): Anne Ghisla <a.ghisla AT gmail.com>
Expand Down

0 comments on commit 9dbc1b1

Please sign in to comment.