add new interface for cutlist editor
[vuplus_dvbapp] / lib / python / Plugins / Plugin.py
index 0378ce4..4b5b7e2 100644 (file)
@@ -44,3 +44,6 @@ class PluginDescriptor:
                        self.icon = loadPNG(path + self.iconstr)
                else:
                        self.icon = None
+
+       def __eq__(self, other):
+               return self.__call__ == other.__call__