diff python/ppci/compilers/kscompiler.py @ 100:fe145e42259d

Fixes after movage
author windel
date Mon, 24 Dec 2012 16:35:22 +0100
parents 6efbeb903777
children af0d7913677a
line wrap: on
line diff
--- a/python/ppci/compilers/kscompiler.py	Mon Dec 24 15:03:30 2012 +0100
+++ b/python/ppci/compilers/kscompiler.py	Mon Dec 24 16:35:22 2012 +0100
@@ -1,10 +1,11 @@
 import hashlib
 # Import compiler components:
-from ..frontends.ks import Parser
-from .codegenerator import CodeGenerator
-from .nodes import ExportedSymbol
-from .errors import CompilerException
-from .. import version
+from ..frontends.ks import KsParser
+#from .codegenerator import CodeGenerator
+#from .nodes import ExportedSymbol
+#from .errors import CompilerException
+#from .. import version
+version='0.0.1'
 
 class KsCompiler:
    def __repr__(self):