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 --- wipesides.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wipesides.go') diff --git a/wipesides.go b/wipesides.go index 79a68b8..3bedf67 100644 --- a/wipesides.go +++ b/wipesides.go @@ -17,7 +17,7 @@ import ( "image/png" "os" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // returns the proportion of the given window that is black pixels -- cgit v1.2.1-24-ge1ad