зеркало из https://github.com/mozilla/pjs.git
Bug 629202 followup, perhaps this is what the patch actually meant to do, a=bustage
This commit is contained in:
Родитель
15dd340e98
Коммит
66c1db1fc7
|
@ -48,7 +48,7 @@ import shutil
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
SCRIPT_DIR = os.path.abspath(os.path.realpath(os.path.dirname(sys.argv[0])))
|
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 automation import Automation
|
||||||
from automationutils import getDebuggerInfo, addCommonOptions
|
from automationutils import getDebuggerInfo, addCommonOptions
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче