diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/config.py | 4 |
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); |
