diff options
author | Nick White <git@njw.name> | 2019-10-08 16:15:08 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-08 16:15:08 +0100 |
commit | 26e869f09a94153d8e1c323373180b55e06698cb (patch) | |
tree | 5d02e5df28f1e25ed6c9c5e267e367c6453fe340 /cmd | |
parent | 7482157a03ed3e9d7f45e54a126b391001f34948 (diff) |
Update paths of other rescribe imports
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bookpipeline/main.go | 4 | ||||
-rw-r--r-- | cmd/confgraph/main.go | 2 |
2 files changed, 3 insertions, 3 deletions
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 { |