summaryrefslogtreecommitdiff
path: root/runner/python/proj.go
diff options
context:
space:
mode:
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 d407fcc..7d11257 100644
--- a/runner/python/proj.go
+++ b/runner/python/proj.go
@@ -1,8 +1,8 @@
package python
import (
- "git.ewy.one/pik/model"
- "git.ewy.one/pik/runner"
+ "git.ewy.one/pik.git/model"
+ "git.ewy.one/pik.git/runner"
"os/exec"
"path/filepath"
)