diff options
author | Nick White <git@njw.name> | 2020-02-26 17:05:46 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-26 17:05:46 +0000 |
commit | d3a63d21c82d44419dd0a9c84c1ec9952fa36983 (patch) | |
tree | c28c5dcea28b8f7d08cce001f682a01a9aa9cb87 /cmd/preprocmulti | |
parent | 99b14d8b0d048de9a7aff1d3836a2d4373fc7cac (diff) |
Fix import lines to use new integralimg location
Diffstat (limited to 'cmd/preprocmulti')
-rw-r--r-- | cmd/preprocmulti/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/preprocmulti/main.go b/cmd/preprocmulti/main.go index aeac767..ca7799f 100644 --- a/cmd/preprocmulti/main.go +++ b/cmd/preprocmulti/main.go @@ -17,7 +17,7 @@ import ( "os" "rescribe.xyz/preproc" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // TODO: do more testing to see how good this assumption is |