1
0
Fork 0
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:
Yann 2016-08-17 15:48:20 +02:00
commit 4ad4db09cb

View file

@ -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