Explorar el Código

Merge branch 'master' of github.com:taddeus/peephole

Jayke Meijer hace 14 años
padre
commit
ef830506a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/parser.py

+ 1 - 1
src/parser.py

@@ -1,7 +1,7 @@
 import ply.lex as lex
 import ply.yacc as yacc
 
-from utils import Statement as S, Block
+from statement import Statement as S, Block
 
 # Global statements administration
 statements = []