diff python/target/basetarget.py @ 334:6f4753202b9a

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents b145f8e6050b
children 582a1aaa3983
line wrap: on
line diff
--- a/python/target/basetarget.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/python/target/basetarget.py	Thu Feb 13 22:02:08 2014 +0100
@@ -1,4 +1,4 @@
-from asmnodes import ASymbol, AInstruction, ANumber
+from ppci.asmnodes import ASymbol, AInstruction, ANumber
 from ppci import CompilerError
 
 """