From a5d899c90ae4b15e24656e83adccc98e02b57469 Mon Sep 17 00:00:00 2001 From: rcoh Date: Tue, 1 Feb 2011 23:04:47 -0500 Subject: Profile changes. --- Profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3