From 26e869f09a94153d8e1c323373180b55e06698cb Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 Oct 2019 16:15:08 +0100 Subject: Update paths of other rescribe imports --- cmd/bookpipeline/main.go | 4 ++-- cmd/confgraph/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd') diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go index f445547..62d3115 100644 --- a/cmd/bookpipeline/main.go +++ b/cmd/bookpipeline/main.go @@ -13,8 +13,8 @@ import ( "time" "rescribe.xyz/bookpipeline" - "rescribe.xyz/go.git/lib/hocr" - "rescribe.xyz/go.git/preproc" + "rescribe.xyz/preproc" + "rescribe.xyz/utils/pkg/hocr" ) const usage = `Usage: bookpipeline [-v] [-np] [-nw] [-no] [-na] [-t training] diff --git a/cmd/confgraph/main.go b/cmd/confgraph/main.go index 474c0a2..9b158f3 100644 --- a/cmd/confgraph/main.go +++ b/cmd/confgraph/main.go @@ -9,7 +9,7 @@ import ( "strings" "rescribe.xyz/bookpipeline" - "rescribe.xyz/go.git/lib/hocr" + "rescribe.xyz/utils/pkg/hocr" ) func walker(confs *[]*bookpipeline.Conf) filepath.WalkFunc { -- cgit v1.2.1-24-ge1ad