aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/properties/Mako-0.9.1.zipbin469500 -> 0 bytes
-rw-r--r--components/style/properties/build.py1
2 files changed, 0 insertions, 1 deletions
diff --git a/components/style/properties/Mako-0.9.1.zip b/components/style/properties/Mako-0.9.1.zip
deleted file mode 100644
index b7450e30012..00000000000
--- a/components/style/properties/Mako-0.9.1.zip
+++ /dev/null
Binary files differ
diff --git a/components/style/properties/build.py b/components/style/properties/build.py
index daa9140fd02..6f5550c7103 100644
--- a/components/style/properties/build.py
+++ b/components/style/properties/build.py
@@ -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