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
Родитель 15dd340e98
Коммит 66c1db1fc7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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