diff python/target/msp430.py @ 292:534b94b40aa8

Fixup reorganize
author Windel Bouwman
date Wed, 27 Nov 2013 08:06:42 +0100
parents 7b38782ed496
children 6f4753202b9a
line wrap: on
line diff
--- a/python/target/msp430.py	Sun Nov 24 11:24:15 2013 +0100
+++ b/python/target/msp430.py	Wed Nov 27 08:06:42 2013 +0100
@@ -1,4 +1,4 @@
-from target import Register, Instruction, Target
+from .basetarget import Register, Instruction, Target
 from asmnodes import ASymbol, ANumber
 from ppci import CompilerError
 import struct
@@ -245,4 +245,3 @@
 twoOpIns('bis', 13)
 twoOpIns('xor', 14)
 twoOpIns('and', 15)
-