diff options
Diffstat (limited to 'runner/python/runner.go')
| -rw-r--r-- | runner/python/runner.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/python/runner.go b/runner/python/runner.go index edd49c4..74929d4 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -2,9 +2,9 @@ package python import ( "errors" - "git.ewy.one/pik/identity" - "git.ewy.one/pik/model" - "git.ewy.one/pik/runner" + "git.ewy.one/pik.git/identity" + "git.ewy.one/pik.git/model" + "git.ewy.one/pik.git/runner" "io/fs" "os/exec" "path/filepath" |
