diff python/ppci/core/__init__.py @ 106:f2d980eef509

improved code generation
author Windel Bouwman
date Mon, 31 Dec 2012 18:26:56 +0100
parents 6a303f835c6d
children 9e552d34bd60
line wrap: on
line diff
--- a/python/ppci/core/__init__.py	Mon Dec 31 17:35:17 2012 +0100
+++ b/python/ppci/core/__init__.py	Mon Dec 31 18:26:56 2012 +0100
@@ -6,6 +6,7 @@
 from .module import Module
 from .llvmtype import FunctionType
 from .context import Context
+from .asmwriter import AsmWriter
 
 version='0.0.1'