From 425399841b2657846be038cd0ba8fe449a528691 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 13 Nov 2005 10:10:57 +0000 Subject: sanity checks for the timer --- lib/python/Components/config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components') 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); -- cgit v1.2.3