diff python/ppci/frontends/ks/lexer.py @ 101:af0d7913677a

Fixes and splitting into 3 stage
author windel
date Mon, 24 Dec 2012 17:55:08 +0100
parents 3f772feb12ef
children
line wrap: on
line diff
--- a/python/ppci/frontends/ks/lexer.py	Mon Dec 24 16:35:22 2012 +0100
+++ b/python/ppci/frontends/ks/lexer.py	Mon Dec 24 17:55:08 2012 +0100
@@ -1,6 +1,5 @@
-import collections
-import re
-from .errors import CompilerException
+import collections, re
+from ...core.errors import CompilerException
 
 """
  Lexical analyzer part. Splits the input character stream into tokens.