diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-04-16 16:35:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 16:35:43 -0400 |
commit | 28299459634c5cfccce28f57f148fc31e56c1b42 (patch) | |
tree | d6624ab2f5e6b28809f99c6ca590af193d5c72ee /python/servo/package_commands.py | |
parent | 7d3617a0d414b64d5de4d15ec5d4a5069f0a592e (diff) | |
parent | b25865c6645dfbf0e340c4f46b11b45aa0d70f19 (diff) | |
download | servo-28299459634c5cfccce28f57f148fc31e56c1b42.tar.gz servo-28299459634c5cfccce28f57f148fc31e56c1b42.zip |
Auto merge of #26202 - emilio:gecko-sync, r=emilio
style: Sync changes from mozilla-central.
See individual commits for details.
https://bugzilla.mozilla.org/show_bug.cgi?id=1630676
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index a0aa3865b6f..8df106e2a9e 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -31,7 +31,7 @@ from mach.decorators import ( from mach.registrar import Registrar # Note: mako cannot be imported at the top level because it breaks mach bootstrap sys.path.append(path.join(path.dirname(__file__), "..", "..", - "components", "style", "properties", "Mako-0.9.1.zip")) + "components", "style", "properties", "Mako-1.1.2-py2.py3-none-any.whl")) from servo.command_base import ( archive_deterministically, |