diff python/ppci/c3/codegenerator.py @ 301:6753763d3bec

merge codegen into ppci package
author Windel Bouwman
date Thu, 05 Dec 2013 17:02:38 +0100
parents 158068af716c
children be7f60545368
line wrap: on
line diff
--- a/python/ppci/c3/codegenerator.py	Tue Dec 03 18:00:22 2013 +0100
+++ b/python/ppci/c3/codegenerator.py	Thu Dec 05 17:02:38 2013 +0100
@@ -1,5 +1,5 @@
 import logging
-import ir
+from .. import ir
 from . import astnodes
 from .scope import boolType, intType
 from ppci import CompilerError