diff python/ppci/core/module.py @ 102:63937c8d1478

Fixes and start with ir generator
author windel
date Tue, 25 Dec 2012 11:11:24 +0100
parents 4a37d6992bd3
children ed230e947dc6
line wrap: on
line diff
--- a/python/ppci/core/module.py	Mon Dec 24 17:55:08 2012 +0100
+++ b/python/ppci/core/module.py	Tue Dec 25 11:11:24 2012 +0100
@@ -1,4 +1,5 @@
 
 class Module:
-   pass
+   def __init__(self):
+      print('new module!')