avoid warning when using Weave in a sysimage

pull/466/head
KristofferC 2022-12-07 11:14:48 +01:00
parent b7941c2811
commit a63577f69c
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
module Weave module Weave
using Highlights, Mustache, Requires, Pkg, REPL, RelocatableFolders using Highlights, Mustache, Requires, Pkg, REPL, RelocatableFolders, Base64
# directories # directories
const PKG_DIR = normpath(@__DIR__, "..") const PKG_DIR = normpath(@__DIR__, "..")

View File

@ -1,6 +1,6 @@
module WeavePlots module WeavePlots
using Base64, ..Plots, ..Weave using ..Base64, ..Plots, ..Weave
# Pre-execute hooks to set the plot size for the chunk # Pre-execute hooks to set the plot size for the chunk