Skip to content

Commit

Permalink
actually fix loading issues (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Oct 25, 2017
1 parent f6d6de5 commit 4596b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pkg3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ include("Operations.jl")
include("REPLMode.jl")

function __init__()
empty!(LOAD_PATH)
push!(LOAD_PATH, dirname(@__DIR__))
push!(empty!(LOAD_PATH), dirname(dirname(@__DIR__)))
isdefined(Base, :active_repl) && REPLMode.repl_init(Base.active_repl)
end

Expand Down
1 change: 1 addition & 0 deletions src/require.jl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
push!(empty!(LOAD_PATH), dirname(dirname(@__DIR__)))
Base.require(:Pkg3)

0 comments on commit 4596b54

Please sign in to comment.