Package npsgd :: Module config
[hide private]
[frames] | no frames]

Module config

source code

Config module for reading an NPSGD config file.

This module is meant to be a singleton. It is shared across all modules in the NPSGD package. The particular daemon will call config.loadConfig("...") on the config object contained in this module and then we will be ready to go thereafter.

Classes [hide private]
  ConfigError
  Config
Internal class for handling NPSGD configs.
Variables [hide private]
  config = Config()
  __package__ = 'npsgd'