]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/plugin.py
Use client2client to detect other instance
[mpd-sima.git] / sima / lib / plugin.py
index 5f709422410754a5be0a3d0dcfbcd5142bd92f22..755aadf93efbfd514c39daad003bd5b71cb23f16 100644 (file)
@@ -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.
     """