Skip to content

Commit

Permalink
Merge pull request #67 from JuliaWeb/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
rdeits authored Aug 16, 2018
2 parents 11ac08f + 89f8d07 commit 962b54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/Mux.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__precompile__()
module Mux

export mux, stack, branch
Expand Down
6 changes: 1 addition & 5 deletions src/examples/files.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ dirresponse(f) =

const ASSETS_DIR = "assets"
function packagefiles(dirs=true)
@static if VERSION < v"0.7.0-DEV"
loadpaths = unique(vcat(Pkg.dir(), LOAD_PATH))
else
loadpaths = LOAD_PATH
end
loadpaths = LOAD_PATH
function absdir(req)
pkg = req[:params][:pkg]
for p in loadpaths
Expand Down

0 comments on commit 962b54f

Please sign in to comment.