Skip to content

Commit

Permalink
remove dep warn for readall
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Sep 22, 2016
1 parent 39cce66 commit 5c1d209
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TikzGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ module TikzGraphs

export plot, Layouts

preamble = readall(joinpath(dirname(@__FILE__), "..", "src", "preamble.tex"))
using Compat

preamble = readstring(joinpath(dirname(@__FILE__), "..", "src", "preamble.tex"))

using TikzPictures
using LightGraphs
Expand Down

0 comments on commit 5c1d209

Please sign in to comment.