Currently, in order to import the `Region` class you need to import it from `pygrass.gis.region`. This commit makes it possible to import it from the `pygrass.gis` package. This way, all `gis` objects can be imported/used from the same location. E.g.: import grass.pygrass.gis as ggis ggis.Region ggis.Location ggis.Mapset Fixes https://trac.osgeo.org/grass/ticket/3844
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|