Remove mako.zip

This commit is contained in:
crypto-universe 2016-09-01 20:24:57 +02:00
parent 493fc7b864
commit 95e3f8333a
3 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ 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