From 13d98f153ae330329ac1c0450db758a73b6d6e1f Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Tue, 5 Jan 2016 00:22:28 +0000 Subject: adding check for windows then using Scripts instead of bin --- python/servo/bootstrap_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/bootstrap_commands.py') diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 9959c14ed11..cc4aeedf101 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -28,7 +28,7 @@ from mach.decorators import ( Command, ) -from servo.command_base import CommandBase, cd, host_triple, use_nightly_rust, check_call, BIN_SUFFIX +from servo.command_base import CommandBase, cd, host_triple, check_call, BIN_SUFFIX def download(desc, src, writer): -- cgit v1.2.3