aboutsummaryrefslogtreecommitdiff
path: root/Profile.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-09 12:16:50 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-09 12:16:50 -0500
commit1604f05ec0bad79798bbd764cd62bdb20e55f444 (patch)
tree6c7206f9f2b082d8eb88cc8cfdfff3332ca8a7a2 /Profile.py
parent9cf7747d70032cee28f29f9707360544a0e63277 (diff)
parent834cd2b0eaa27cfdba67d712d5d14120c6a441c3 (diff)
Merge branch 'osc'
Conflicts: Profile.py
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 a1eb581..2f796b2 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Demo.xml'])"""
+command = """main(['', 'config/6thFloorOSC.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")