From d3a63d21c82d44419dd0a9c84c1ec9952fa36983 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 26 Feb 2020 17:05:46 +0000 Subject: Fix import lines to use new integralimg location --- preprocmulti.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preprocmulti.go') diff --git a/preprocmulti.go b/preprocmulti.go index f4f7fbf..427ffe7 100644 --- a/preprocmulti.go +++ b/preprocmulti.go @@ -15,7 +15,7 @@ import ( "os" "strings" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // TODO: do more testing to see how good this assumption is -- cgit v1.2.1-24-ge1ad