aboutsummaryrefslogtreecommitdiff
path: root/grammar/lexical/parser/tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/lexical/parser/tree.go')
-rw-r--r--grammar/lexical/parser/tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lexical/parser/tree.go b/grammar/lexical/parser/tree.go
index 3d9d197..0d64e1d 100644
--- a/grammar/lexical/parser/tree.go
+++ b/grammar/lexical/parser/tree.go
@@ -5,7 +5,7 @@ import (
"io"
"sort"
- spec "github.com/nihei9/vartan/spec/grammar"
+ spec "spec/grammar"
)
type CPRange struct {