From 66c1db1fc7248bb01f6fd7bc387b1ddb4a071405 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Fri, 4 Feb 2011 19:38:52 -0800 Subject: [PATCH] Bug 629202 followup, perhaps this is what the patch actually meant to do, a=bustage --- build/pgo/profileserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pgo/profileserver.py b/build/pgo/profileserver.py index 680b2536f88..da787554e2a 100644 --- a/build/pgo/profileserver.py +++ b/build/pgo/profileserver.py @@ -48,7 +48,7 @@ import shutil from datetime import datetime SCRIPT_DIR = os.path.abspath(os.path.realpath(os.path.dirname(sys.argv[0]))) -os.path.insert(0, SCRIPT_DIR) +sys.path.insert(0, SCRIPT_DIR) from automation import Automation from automationutils import getDebuggerInfo, addCommonOptions