Mercurial > lcfOS
diff python/ppci/codegen/codegen.py @ 342:86b02c98a717 devel
Moved target directory
author | Windel Bouwman |
---|---|
date | Sat, 01 Mar 2014 15:40:31 +0100 |
parents | d1ecc493384e |
children | 3bb7dcfe5529 |
line wrap: on
line diff
--- a/python/ppci/codegen/codegen.py Fri Feb 28 18:07:14 2014 +0100 +++ b/python/ppci/codegen/codegen.py Sat Mar 01 15:40:31 2014 +0100 @@ -1,6 +1,6 @@ from .. import ir from ..irutils import Verifier -from target import Target +from ..target import Target from ppci import CompilerError from .canon import make as canonicalize from .registerallocator import RegisterAllocator