소스 검색

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


불러오는 중...
취소
저장