aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-13 10:10:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-13 10:10:57 +0000
commit425399841b2657846be038cd0ba8fe449a528691 (patch)
tree0cba8bdf634525f68e5350a6812e28a147ef8373 /lib/python/Components
parent3d5ee66a7e80c61e431e74e821242e144e88f008 (diff)
downloadenigma2-425399841b2657846be038cd0ba8fe449a528691.tar.gz
enigma2-425399841b2657846be038cd0ba8fe449a528691.zip
sanity checks for the timer
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index 9c7dcb29..040a9ee4 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -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);