瀏覽代碼

It seems site.addsitedir() sticks this at the end; we want it first.

pull/24/head
Ben Kurtovic 11 年之前
父節點
當前提交
2d07ee8ceb
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      build.py

+ 1
- 0
build.py 查看文件

@@ -19,6 +19,7 @@ if plat.startswith("sunos"):
elif plat.startswith("linux"):
plat = "linux"
site.addsitedir(os.path.expanduser("~/.local/" + plat + "/lib/python2.7/site-packages"))
sys.path.insert(0, os.path.expanduser("~/.local/" + plat + "/lib/python2.7/site-packages"))
sys.path.insert(0, ".")

from mako.template import Template


Loading…
取消
儲存