Trees | Indices | Help |
|
---|
|
|
|||
|
|
|||
subjob | |||
bigjob | |||
description |
|
|||
logger = logging.getLogger(name= 'bigjob')
|
|||
fn = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
|||
version = open(fn).read().strip()
|
|||
CONFIG_FILE = "bigjob.conf"
|
|||
conf_file = os.path.dirname(os.path.abspath(__file__))+ "/../"
|
|||
config = ConfigParser.ConfigParser()
|
|||
default_dict = config.defaults()
|
|||
saga = default_dict ["saga"]
|
|||
SAGA_BLISS = False
|
|
fn
|
conf_file
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 11:44:11 2012 | http://epydoc.sourceforge.net |