Skip to content

Commit

Permalink
Organise integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Feb 19, 2023
1 parent e10aaef commit 639f276
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Weave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ end
weave_info() = WEAVE_VERSION, string(Date(now()))

function __init__()
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("plots.jl")
@require Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" include("gadfly.jl")
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("integrations/Plots.jl")
@require Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" include("integrations/Gadfly.jl")
end

# utilitity functions
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 639f276

Please sign in to comment.