aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2020-04-16 21:25:16 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-04-16 21:25:16 +0200
commit124f462d09b83dd76a8a2c39a03d37e1c1beba5a (patch)
treef0c3c4272265f0268286351bef9ac1c99a621394 /python
parent3d1df8dce733d8f2f0c9ca914f10f05c99f54203 (diff)
downloadservo-124f462d09b83dd76a8a2c39a03d37e1c1beba5a.tar.gz
servo-124f462d09b83dd76a8a2c39a03d37e1c1beba5a.zip
python: Use updated mako path in package_commands.py.
Diffstat (limited to 'python')
-rw-r--r--python/servo/package_commands.py2
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,