summaryrefslogtreecommitdiff
path: root/runner/python/proj.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:24:12 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:24:33 +0200
commit1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch)
tree5e9e3f5c80037a9c5871761e285df76669149b84 /runner/python/proj.go
parent10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff)
yep
Diffstat (limited to 'runner/python/proj.go')
-rw-r--r--runner/python/proj.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/runner/python/proj.go b/runner/python/proj.go
index 7d11257..5b02b58 100644
--- a/runner/python/proj.go
+++ b/runner/python/proj.go
@@ -1,8 +1,8 @@
package python
import (
- "git.ewy.one/pik.git/model"
- "git.ewy.one/pik.git/runner"
+ "github.com/ewy1/pik/model"
+ "github.com/ewy1/pik/runner"
"os/exec"
"path/filepath"
)