diff python/ppci/__init__.py @ 99:6efbeb903777

movage
author windel
date Mon, 24 Dec 2012 15:03:30 +0100
parents a350055d6119
children 6a303f835c6d
line wrap: on
line diff
--- a/python/ppci/__init__.py	Mon Dec 24 13:57:00 2012 +0100
+++ b/python/ppci/__init__.py	Mon Dec 24 15:03:30 2012 +0100
@@ -1,4 +1,6 @@
 # File to make this directory a package.
 
-from .compiler import Compiler
+from .compilers import KsCompiler
 
+version = '0.0.1'
+