X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplugin.py;h=755aadf93efbfd514c39daad003bd5b71cb23f16;hb=4414e379aa08c465416d5f2bdbc4e9292170f6d8;hp=5f709422410754a5be0a3d0dcfbcd5142bd92f22;hpb=7c13eee71186d30a85d70a3e6214865ba90ddabb;p=mpd-sima.git diff --git a/sima/lib/plugin.py b/sima/lib/plugin.py index 5f70942..755aadf 100644 --- a/sima/lib/plugin.py +++ b/sima/lib/plugin.py @@ -26,8 +26,8 @@ class Plugin: First non-empty line of the docstring is used as description Rest of the docstring at your convenience. - The plugin Name MUST be the same as the module (file name), case - insensitive: for instance plugin.py → Plugin + The lowercased plugin Name MUST be the same as the module (file name), + for instance Plugin → plugin.py It eases plugins discovery and simplifies the code to handle them, IMHO, it's a fair trade-off. """