aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index 5882806..07fa8fc 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -84,6 +84,7 @@ class LightInstallation:
def initializeComponent(self, config):
components = []
if config != None:
+ config = configGetter.resolveConfigInheritance(config)
for configItem in config.getchildren():
[module,className] = configItem.find('Class').text.split('.')
exec('from ' + module+'.'+className + ' import *')