summaryrefslogtreecommitdiff
path: root/preprocmulti.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-26 17:05:46 +0000
committerNick White <git@njw.name>2020-02-26 17:05:46 +0000
commitd3a63d21c82d44419dd0a9c84c1ec9952fa36983 (patch)
treec28c5dcea28b8f7d08cce001f682a01a9aa9cb87 /preprocmulti.go
parent99b14d8b0d048de9a7aff1d3836a2d4373fc7cac (diff)
Fix import lines to use new integralimg location
Diffstat (limited to 'preprocmulti.go')
-rw-r--r--preprocmulti.go2
1 files changed, 1 insertions, 1 deletions
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