aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-01 23:04:47 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-01 23:04:47 -0500
commita5d899c90ae4b15e24656e83adccc98e02b57469 (patch)
tree3ee58f936f4704c5437d148124abacd8b944df90
parent277a5143165d2553ce5e97f151cc6b3cea426468 (diff)
Profile changes.
-rw-r--r--Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Profile.py b/Profile.py
index daabb6b..a1eb581 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Kuan.xml'])"""
+command = """main(['', 'config/Demo.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")