Skip to content

Commit

Permalink
python: Use updated mako path in package_commands.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 16, 2020
1 parent 3d1df8d commit 124f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/package_commands.py
Expand Up @@ -31,7 +31,7 @@
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,
Expand Down

0 comments on commit 124f462

Please sign in to comment.