diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-02 23:29:03 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-02 23:29:03 -0600 |
commit | 33063fd887d8f663f11ce08bea50e446c8d50f44 (patch) | |
tree | 7fd9d50b57c97e7581c191b89ac9fd71b48bcacb /python/servo/testing_commands.py | |
parent | 3a09c027e2f19b3b0fdf0b55730532b942103411 (diff) | |
parent | 152b76b96386d7cc5f2f633ee901df244ff01fb9 (diff) | |
download | servo-33063fd887d8f663f11ce08bea50e446c8d50f44.tar.gz servo-33063fd887d8f663f11ce08bea50e446c8d50f44.zip |
Auto merge of #7528 - jdm:updatecssfix, r=frewsxcv
Remove obsolete method call that breaks ./mach update-css.
r? @frewsxcv
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7528)
<!-- Reviewable:end -->
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |