diff python/ks/lexer.py @ 183:4fd075e8259c

Removed invalid imports
author Windel Bouwman
date Sat, 18 May 2013 18:30:26 +0200
parents 91af0e40f868
children
line wrap: on
line diff
--- a/python/ks/lexer.py	Sat May 18 18:24:42 2013 +0200
+++ b/python/ks/lexer.py	Sat May 18 18:30:26 2013 +0200
@@ -1,5 +1,4 @@
 import collections, re
-from ...core.errors import CompilerException
 
 """
  Lexical analyzer part. Splits the input character stream into tokens.