From f7f4e27f162d74646a69d85e75da1cec1f29faba Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Mon, 9 Jul 2007 23:45:07 +0000 Subject: [PATCH] bug 387495: import config in ffprocess_linux.py so Python doesn't complain when we try to reference config properties; npotb r=rhelmer git-svn-id: svn://10.0.0.236/trunk@229579 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/performance/talos/ffprocess_linux.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/testing/performance/talos/ffprocess_linux.py b/mozilla/testing/performance/talos/ffprocess_linux.py index 46d9e6d2972..cfb562dc04b 100644 --- a/mozilla/testing/performance/talos/ffprocess_linux.py +++ b/mozilla/testing/performance/talos/ffprocess_linux.py @@ -40,6 +40,8 @@ import signal import os from select import select +import config + def GenerateFirefoxCommandLine(firefox_path, profile_dir, url): """Generates the command line for a process to run Firefox, wrapped