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

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