samuelcolvin / Bokeh.jl

Bokeh Bindings for Julia
Other
46 stars 14 forks source link

Use relative paths instead of Pkg.dir() #19

Closed swt30 closed 9 years ago

swt30 commented 9 years ago

Pkg.dir() won't work if Bokeh is installed outside the standard package location, so use relative paths instead to access other files in the package. See https://github.com/JuliaLang/julia/issues/8679#issuecomment-75796502

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 86.15% when pulling 27f1472f85d5804cd86ae0f42f494cc19cd00f4c on swt30:use-relative-paths into 569e7fcdc1a9e9f5e13666d6c0f584e5b6087359 on bokeh:master.

samuelcolvin commented 9 years ago

Looks good to me