mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
parent
1fd745a408
commit
e8d7184659
3 changed files with 1 additions and 1 deletions
BIN
components/style/properties/Mako-0.9.1.zip
Normal file
BIN
components/style/properties/Mako-0.9.1.zip
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue