GRASS Programmer's Manual  6.4.2(2012)
grass__init__.py
Go to the documentation of this file.
00001 import os
00002 __all__ = ["script"]
00003 if os.path.exists(os.path.join(os.path.dirname(__file__), "lib", "__init__.py")):
00004     __all__.append("lib")
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines