зеркало из https://github.com/mozilla/pjs.git
bug 421298: botrunner fails when trying to call check_call. r=rhelmer, patch=me
This commit is contained in:
Родитель
013eaeefa4
Коммит
76f6a3970b
|
@ -29,7 +29,7 @@ if os.name == "posix":
|
||||||
elif os.name == "nt":
|
elif os.name == "nt":
|
||||||
import win32api
|
import win32api
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from MozBuild import Util
|
from MozBuild.Util import check_call
|
||||||
|
|
||||||
if os.name == "posix":
|
if os.name == "posix":
|
||||||
TOPDIR = "/"
|
TOPDIR = "/"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче