start constructing class
[sv2nmigen.git] / lexor.py
index d25ed61334cc6863da7ecdbc442f2a22247768cf..754fcf134459009e8553edaefa3400107a608035 100644 (file)
--- a/lexor.py
+++ b/lexor.py
@@ -811,7 +811,7 @@ def t_timescale_end(t):
     t.type = 'timescale'
     t.value = code
     t.lexer.pop_state()
-    print "match", code
+    print ("match", code)
     return t
 
 """