GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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")