Bug 629202 followup, perhaps this is what the patch actually meant to do, a=bustage

This commit is contained in:
Phil Ringnalda 2011-02-04 19:38:52 -08:00
parent 7dc154d534
commit 5e4ca0a019

View File

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