diff python/target/__init__.py @ 290:7b38782ed496

File moves
author Windel Bouwman
date Sun, 24 Nov 2013 11:24:15 +0100
parents
children 534b94b40aa8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/target/__init__.py	Sun Nov 24 11:24:15 2013 +0100
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment
+from .basetarget import Imm32, DebugInfo
+#from .armtarget import armtarget
+#from .msp430target import msp430target
+
+#target_list = [armtarget, msp430target]