Mercurial > libervia-backend
diff src/core/sat_main.py @ 1650:b08b828a87c9
quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 23 Nov 2015 16:21:32 +0100 |
parents | 98a2eb768bb0 |
children | 3c608d660f0b |
line wrap: on
line diff
--- a/src/core/sat_main.py Mon Nov 23 15:51:19 2015 +0100 +++ b/src/core/sat_main.py Mon Nov 23 16:21:32 2015 +0100 @@ -364,7 +364,7 @@ C.PROF_KEY_NONE can be used to have general plugins data (i.e. not profile dependent) @return (dict)[Deferred]: features data where: - key is plugin import name, present only for activated plugins - - value is a an other dict, when meaning is specifif to each plugin. + - value is a an other dict, when meaning is specific to each plugin. this dict is return by plugin's getFeature method. If this method doesn't exists, an empty dict is returned. """