Explorar el Código

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

pull/24/head
Ben Kurtovic hace 11 años
padre
commit
2d07ee8ceb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      build.py

+ 1
- 0
build.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar