mirror of
https://github.com/yweber/lodel2.git
synced 2025-10-21 16:49:02 +02:00
Upgrade filesystem_session plugin to fit with new plugin handdling
This commit is contained in:
parent
2a3dd5684a
commit
4ad4db09cb
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
from lodel.settings.validator import SettingValidator
|
||||
|
||||
__plugin_name__ = 'filesystem_session'
|
||||
__version = [0,0,1]
|
||||
__type__ = 'session_handler'
|
||||
__loader__ = 'main.py'
|
||||
__confspec__ = "confspec.py"
|
||||
__author__ = "Lodel2 dev team"
|
||||
|
@ -10,4 +13,4 @@ __fullname__ = "FileSystem Session Store Plugin"
|
|||
#
|
||||
# @return True if checks are OK else returns a string with a reason
|
||||
def _activate():
|
||||
return True
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue