aboutsummaryrefslogtreecommitdiff
path: root/Profile.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 /Profile.py
parent044d17c35154d6b2e89fbdb58fd8ab84d4772d56 (diff)
6thFloorOsc commented out renderer to lights, default LightInstallation config and profile.py for OSC :)
Diffstat (limited to 'Profile.py')
-rw-r--r--Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Profile.py b/Profile.py
index 2f180c9..2f796b2 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/6thFloor.xml'])"""
+command = """main(['', 'config/6thFloorOSC.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")