mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove mako.zip
This commit is contained in:
parent
493fc7b864
commit
95e3f8333a
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -7,7 +7,6 @@ import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
BASE = os.path.dirname(__file__.replace('\\', '/'))
|
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`
|
sys.path.insert(0, BASE) # For importing `data.py`
|
||||||
|
|
||||||
from mako import exceptions
|
from mako import exceptions
|
||||||
|
|
|
@ -10,6 +10,7 @@ toml == 0.9.1
|
||||||
flake8 == 2.4.1
|
flake8 == 2.4.1
|
||||||
pep8 == 1.5.7
|
pep8 == 1.5.7
|
||||||
pyflakes == 0.8.1
|
pyflakes == 0.8.1
|
||||||
|
mako == 0.9.1
|
||||||
|
|
||||||
# For test-webidl
|
# For test-webidl
|
||||||
ply == 3.8
|
ply == 3.8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue