aboutsummaryrefslogtreecommitdiff
path: root/src/urubu/cmd/vartan/compile.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/urubu/cmd/vartan/compile.go (renamed from cmd/vartan/compile.go)8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/vartan/compile.go b/src/urubu/cmd/vartan/compile.go
index 95a4c58..79fa9ef 100644
--- a/cmd/vartan/compile.go
+++ b/src/urubu/cmd/vartan/compile.go
@@ -7,10 +7,10 @@ import (
"os"
"path/filepath"
- verr "error"
- "grammar"
- spec "spec/grammar"
- "spec/grammar/parser"
+ verr "urubu/error"
+ "urubu/grammar"
+ spec "urubu/spec/grammar"
+ "urubu/spec/grammar/parser"
)