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

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