Revert "Remove mako.zip"

This reverts commit 95e3f8333a.
This commit is contained in:
Emilio Cobos Álvarez 2016-09-04 12:52:30 +08:00
parent 1fd745a408
commit e8d7184659
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -7,6 +7,7 @@ import os.path
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

View file

@ -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