diff test/testasm.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents e84047f29c78
children 582a1aaa3983
line wrap: on
line diff
--- a/test/testasm.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/test/testasm.py	Thu Feb 13 22:02:08 2014 +0100
@@ -2,8 +2,8 @@
 
 import unittest, cProfile
 from ppci import CompilerError
-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