Mercurial > lcfOS
diff python/c3/codegenerator.py @ 287:1c7c1e619be8
File movage
author | Windel Bouwman |
---|---|
date | Thu, 21 Nov 2013 11:57:27 +0100 |
parents | 02385f62f250 |
children | a747a45dcd78 |
line wrap: on
line diff
--- a/python/c3/codegenerator.py Fri Nov 15 13:52:32 2013 +0100 +++ b/python/c3/codegenerator.py Thu Nov 21 11:57:27 2013 +0100 @@ -3,7 +3,7 @@ from . import astnodes from .scope import boolType, intType from ppci import CompilerError -from .typecheck import theType +from .analyse import theType class CodeGenerator(ir.Builder):