grass
grass copied to clipboard
GUI: call G_gisinit when forms are run standalone (e.g. from parser)
Repeated calls to G_gisinit are safe; When forms.py are loaded as a part of other code, one can assume that G_gisinit has already been (or will be) called.
See #2484 for discussion.