annotate python/ppci/core/module.py @ 103:28a35161ef23

Added forgotten ir generator
author windel
date Wed, 26 Dec 2012 10:53:33 +0100
parents 63937c8d1478
children ed230e947dc6
rev   line source
94
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
1
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
2 class Module:
102
63937c8d1478 Fixes and start with ir generator
windel
parents: 95
diff changeset
3 def __init__(self):
63937c8d1478 Fixes and start with ir generator
windel
parents: 95
diff changeset
4 print('new module!')
94
1be00bcfaabb Last parts before movage
windel
parents:
diff changeset
5