mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
1eec5d9f72
commit
ad95a1dd23
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import sys
|
||||||
|
|
||||||
BASE = os.path.dirname(__file__)
|
BASE = os.path.dirname(__file__)
|
||||||
sys.path.insert(0, os.path.join(BASE, "Mako-0.9.1.zip"))
|
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
|
from mako import exceptions
|
||||||
from mako.template import Template
|
from mako.template import Template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue