diff python/ks/parser.py @ 182:e9b27f7193e3

Replace clear function by function also supported in python 3.2
author Windel Bouwman
date Sat, 18 May 2013 18:24:42 +0200
parents 91af0e40f868
children 4fd075e8259c
line wrap: on
line diff
--- a/python/ks/parser.py	Sat May 18 17:45:26 2013 +0200
+++ b/python/ks/parser.py	Sat May 18 18:24:42 2013 +0200
@@ -2,7 +2,6 @@
 from .nodes import *
 from ...core.errors import CompilerException, Error
 from .builtin import *
-#from . import assembler
 from .lexer import tokenize
 
 class KsParser: