aboutsummaryrefslogtreecommitdiff
path: root/yapps_grammar.g
diff options
context:
space:
mode:
Diffstat (limited to 'yapps_grammar.g')
-rw-r--r--yapps_grammar.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/yapps_grammar.g b/yapps_grammar.g
index cd21a9e..bf2b14d 100644
--- a/yapps_grammar.g
+++ b/yapps_grammar.g
@@ -18,7 +18,7 @@ by running Yapps on yapps_grammar.g. (Holy circularity, Batman!)
"""
import sys, re
-from yapps import parsetree
+from exyapps import parsetree
######################################################################
def cleanup_choice(rule, lst):