Package bigjob
[hide private]
[frames] | no frames]

Package bigjob

source code

Submodules [hide private]

Classes [hide private]
  subjob
  bigjob
  description
Variables [hide private]
  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
Variables Details [hide private]

fn

Value:
os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", 'VERSIO\
N')

conf_file

Value:
os.path.dirname(os.path.abspath(__file__))+ "/../"+ CONFIG_FILE