No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 490B

1234567891011121314
  1. #-*- coding: utf-8 -*-
  2. ##@page lodel2_start Lodel2 boot mechanism
  3. #
  4. # @par Lodel2 boot sequence
  5. # see @ref install/loader.py
  6. # 1. lodel package is imported
  7. # 2. settings are started
  8. # 3. plugins are pre-loaded from conf to load plugins configuration specs
  9. # 4. settings are loaded from conf and checked
  10. # 3. plugins are loaded (hooks are registered etc)
  11. # 4. "lodel2_bootstraped" hooks are called
  12. # 5. "lodel2_loader_main" hooks are called (if runned from loader.py as main executable)
  13. #