GRASS Programmer's Manual
6.4.4(2014)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
grass__init__.py
Go to the documentation of this file.
1
import
os
2
__all__ = [
"script"
]
3
if
os.path.exists(os.path.join(os.path.dirname(__file__),
"lib"
,
"__init__.py"
)):
4
__all__.append(
"lib"
)
lib
python
grass__init__.py
Generated on Wed Mar 18 2015 05:21:41 for GRASS Programmer's Manual by
1.8.9.1