mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Remove obsolete method call that breaks ./mach update-css.
This commit is contained in:
parent
b7c88dd547
commit
152b76b963
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue