diff options
Diffstat (limited to 'gui/internal/model/cond.go')
| -rw-r--r-- | gui/internal/model/cond.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/internal/model/cond.go b/gui/internal/model/cond.go index 04cc4d1..63c0c25 100644 --- a/gui/internal/model/cond.go +++ b/gui/internal/model/cond.go @@ -6,7 +6,7 @@ import ( "fmt" "strings" - "krino/internal/sexp" + "git.labunix.xyz/krino/internal/sexp" ) // CondOps are the forms that hold other conditions. |
