From 152b76b96386d7cc5f2f633ee901df244ff01fb9 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 3 Sep 2015 00:37:44 -0400 Subject: [PATCH] Remove obsolete method call that breaks ./mach update-css. --- python/servo/testing_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b30bc025e02..f8841c51d92 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -315,7 +315,6 @@ class MachCommands(CommandBase): parser=updatecommandline.create_parser()) def update_css(self, **kwargs): self.ensure_bootstrapped() - self.ensure_wpt_virtualenv() run_file = path.abspath(path.join("tests", "wpt", "update_css.py")) run_globals = {"__file__": run_file} execfile(run_file, run_globals)