Skip to content

Commit

Permalink
Revert "Remove mako.zip"
Browse files Browse the repository at this point in the history
This reverts commit 95e3f83.
  • Loading branch information
emilio committed Sep 4, 2016
1 parent 1fd745a commit e8d7184
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added components/style/properties/Mako-0.9.1.zip
Binary file not shown.
1 change: 1 addition & 0 deletions components/style/properties/build.py
Expand Up @@ -7,6 +7,7 @@
import sys

BASE = os.path.dirname(__file__.replace('\\', '/'))
sys.path.insert(0, os.path.join(BASE, "Mako-0.9.1.zip"))
sys.path.insert(0, BASE) # For importing `data.py`

from mako import exceptions
Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Expand Up @@ -10,7 +10,6 @@ toml == 0.9.1
flake8 == 2.4.1
pep8 == 1.5.7
pyflakes == 0.8.1
mako == 0.9.1

# For test-webidl
ply == 3.8
Expand Down

0 comments on commit e8d7184

Please sign in to comment.