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 505B

1234567891011121314151617181920
  1. #-*- coding: utf-8 -*-
  2. __plugin_type__ = 'datasource'
  3. __plugin_name__ = 'mongodb_datasource'
  4. __version__ = '0.0.1'
  5. __plugin_type__ = 'datasource'
  6. __loader__ = "main.py"
  7. __confspec__ = "confspec.py"
  8. __author__ = "Lodel2 dev team"
  9. __fullname__ = "MongoDB plugin"
  10. ## @brief Activates the plugin
  11. #
  12. # @note It is possible there to add some specific actions (like checks, etc ...) for the plugin
  13. #
  14. # @return bool|str : True if all the checks are OK, an error message if not
  15. def _activate():
  16. return True