summaryrefslogtreecommitdiff
path: root/runner/python/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/python/runner.go')
-rw-r--r--runner/python/runner.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/python/runner.go b/runner/python/runner.go
index 73192e6..edd49c4 100644
--- a/runner/python/runner.go
+++ b/runner/python/runner.go
@@ -2,12 +2,12 @@ package python
import (
"errors"
+ "git.ewy.one/pik/identity"
+ "git.ewy.one/pik/model"
+ "git.ewy.one/pik/runner"
"io/fs"
"os/exec"
"path/filepath"
- "pik/identity"
- "pik/model"
- "pik/runner"
)
type python struct {