diff -r 11ae9103f59d -r 77cd7b8fb6a6 handlers/copy.lua --- a/handlers/copy.lua Mon Jul 06 12:35:23 2020 -0500 +++ b/handlers/copy.lua Mon Jul 06 12:35:38 2020 -0500 @@ -1,7 +1,7 @@ --@module handlers.copy -local path=require("path") +local path=require("mypath") local handlers_copy={}