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

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