aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
authorGravatar Daniel <dmt@daniel-desktop.(none)>2011-01-29 18:50:58 -0800
committerGravatar Daniel <dmt@daniel-desktop.(none)>2011-01-29 18:50:58 -0800
commite34b4dbf8ba67c5374e43bea8b469172025a9163 (patch)
tree9a34fed12e6ad2441ec22d21ec0e62db6d740c79 /LightInstallation.py
parent044d17c35154d6b2e89fbdb58fd8ab84d4772d56 (diff)
6thFloorOsc commented out renderer to lights, default LightInstallation config and profile.py for OSC :)
Diffstat (limited to 'LightInstallation.py')
-rwxr-xr-xLightInstallation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index c1f01e8..41cc925 100755
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -193,7 +193,7 @@ class LightInstallation(object):
def main(argv):
if len(argv) == 1:
- l = LightInstallation('LightInstallationConfig.xml')
+ l = LightInstallation('config/6thFloor.xml')
else:
l = LightInstallation(argv[1])