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
This commit is contained in:
myk%mozilla.org
2007-07-09 23:45:07 +00:00
parent 373ce19558
commit f7f4e27f16

View File

@@ -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