aboutsummaryrefslogtreecommitdiff
path: root/grammar/lexical/dfa/dfa.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/lexical/dfa/dfa.go')
-rw-r--r--grammar/lexical/dfa/dfa.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lexical/dfa/dfa.go b/grammar/lexical/dfa/dfa.go
index 850264a..884b168 100644
--- a/grammar/lexical/dfa/dfa.go
+++ b/grammar/lexical/dfa/dfa.go
@@ -3,7 +3,7 @@ package dfa
import (
"sort"
- spec "github.com/nihei9/vartan/spec/grammar"
+ spec "spec/grammar"
)
type symbolTable struct {