Merge branch 'obi/master' into experimental
[vuplus_dvbapp] / lib / python / Plugins / Plugin.py
index 9ecdbc2..e26174a 100755 (executable)
@@ -65,6 +65,7 @@ class PluginDescriptor:
                self.name = name
                self.internal = internal
                self.needsRestart = needsRestart
+               self.path = None
                if isinstance(where, list):
                        self.where = where
                else: