annotate python/target/__init__.py @ 291:b07d28a5ca56

Added some forgotten files
author Windel Bouwman
date Thu, 28 Nov 2013 20:31:47 +0100
parents 7b38782ed496
children 534b94b40aa8
rev   line source
290
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
1 #!/usr/bin/env python
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
2
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
3 from .basetarget import Nop, Instruction, Label, Target, Comment, Alignment
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
4 from .basetarget import Imm32, DebugInfo
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
5 #from .armtarget import armtarget
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
6 #from .msp430target import msp430target
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
7
7b38782ed496 File moves
Windel Bouwman
parents:
diff changeset
8 #target_list = [armtarget, msp430target]