sanity checks for the timer
[enigma2.git] / lib / python / Components / config.py
index 9c7dcb29fe114833292d3c2552df613b867c1bbf..040a9ee467fd931bc98f142a064895982c2dfdd0 100644 (file)
@@ -469,6 +469,10 @@ class configElement:
                self.notifierList = [ ]
                self.enabled = True
                self.loadData()         
+               
+       def getConfigPath(self):
+               return self.configPath
+       
        def addNotifier(self, notifier):
                self.notifierList.append(notifier);
                notifier(self);