Author:
Fabio Erculiani <lxnay@sabayonlinux.org>
Contact:
lxnay@sabayonlinux.org
Copyright:
Fabio Erculiani
License:
GPL-2
Entropy Framework SystemSettings module.
SystemSettings is a singleton, pluggable interface which
contains all the runtime settings (mostly parsed from configuration
files and inherited from entropy.const -- which contains almost all
the default values). SystemSettings works as a dict object.
Due to limitations of multiple inherittance when using the
Singleton class, SystemSettings ONLY mimics a dict AND it's
not a subclass of it.