Mercurial > lcfOS
diff test/testmsp430asm.py @ 334:6f4753202b9a
Added more recipes
author | Windel Bouwman |
---|---|
date | Thu, 13 Feb 2014 22:02:08 +0100 |
parents | 44f336460c2a |
children | 582a1aaa3983 |
line wrap: on
line diff
--- a/test/testmsp430asm.py Sun Feb 09 15:27:57 2014 +0100 +++ b/test/testmsp430asm.py Thu Feb 13 22:02:08 2014 +0100 @@ -1,8 +1,8 @@ #!/usr/bin/python import unittest -from asmnodes import AInstruction, ABinop, AUnop, ASymbol, ALabel, ANumber -from asm import tokenize, Assembler +from ppci.asmnodes import AInstruction, ABinop, AUnop, ASymbol, ALabel, ANumber +from ppci.assembler import tokenize, Assembler import outstream from target import Label from target.target_list import msp430target