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.
12345678910111213 |
- from lodel.settings.validator import SettingValidator
-
- __loader__ = 'main.py'
- __confspec__ = "confspec.py"
- __author__ = "Lodel2 dev team"
- __fullname__ = "FileSystem Session Store Plugin"
-
-
- ## @brief This methods allow plugin writter to write some checks
- #
- # @return True if checks are OK else returns a string with a reason
- def _activate():
- return True
|