chiark / gitweb /
More documentation.
[cura.git] / Cura / util / pluginInfo.py
index 0d71e136842230904381bc0acdc95bd9fc3919a9..7290c8bc31a6571669368c9c73825e1f718dfbd2 100644 (file)
@@ -18,6 +18,10 @@ from Cura.util import resources
 _pluginList = None
 
 class pluginInfo(object):
+       """
+       Plugin information object. Used to keep track of information about the available plugins in this installation of Cura.
+       Each plugin as meta-data associated with it which can be retrieved from this class.
+       """
        def __init__(self, dirname, filename):
                self._dirname = dirname
                self._filename = filename