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

12345678910111213
  1. from lodel.settings.validator import SettingValidator
  2. __loader__ = 'main.py'
  3. __confspec__ = "confspec.py"
  4. __author__ = "Lodel2 dev team"
  5. __fullname__ = "FileSystem Session Store Plugin"
  6. ## @brief This methods allow plugin writter to write some checks
  7. #
  8. # @return True if checks are OK else returns a string with a reason
  9. def _activate():
  10. return True