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

Added more recipes
author Windel Bouwman
date Thu, 13 Feb 2014 22:02:08 +0100
parents 534b94b40aa8
children 4d204f6f7d4e
line wrap: on
line diff
--- a/python/target/msp430.py	Sun Feb 09 15:27:57 2014 +0100
+++ b/python/target/msp430.py	Thu Feb 13 22:02:08 2014 +0100
@@ -1,5 +1,5 @@
 from .basetarget import Register, Instruction, Target
-from asmnodes import ASymbol, ANumber
+from ppci.asmnodes import ASymbol, ANumber
 from ppci import CompilerError
 import struct
 import types