diff options
Diffstat (limited to 'runner/python/proj.go')
| -rw-r--r-- | runner/python/proj.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runner/python/proj.go b/runner/python/proj.go index 1230b1c..d407fcc 100644 --- a/runner/python/proj.go +++ b/runner/python/proj.go @@ -1,10 +1,10 @@ package python import ( + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" "os/exec" "path/filepath" - "pik/model" - "pik/runner" ) type Project struct { |
