X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplugin.py;h=755aadf93efbfd514c39daad003bd5b71cb23f16;hb=4f1b17d6b72946b60f79b8c3f5fa5557710b9aac;hp=5f709422410754a5be0a3d0dcfbcd5142bd92f22;hpb=6d8430680bdea646cd17f27e3ec58c5f9ee1d629;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. """