瀏覽代碼

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

Jayke Meijer 14 年之前
父節點
當前提交
ef830506a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = []