diff options
-rw-r--r-- | components/style/properties/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/properties/build.py b/components/style/properties/build.py index f5a20272334..28a9b59019f 100644 --- a/components/style/properties/build.py +++ b/components/style/properties/build.py @@ -8,6 +8,7 @@ import sys BASE = os.path.dirname(__file__) 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.lookup import TemplateLookup |