Commit f519a19f authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed faulty import.

parent 945d7583
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 = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment