diff python/ppci/c3/lexer.py @ 319:8d07a4254f04

Work on burg
author Windel Bouwman
date Sat, 18 Jan 2014 18:58:43 +0100
parents 084cccaa5deb
children 44f336460c2a
line wrap: on
line diff
--- a/python/ppci/c3/lexer.py	Tue Dec 31 12:38:15 2013 +0100
+++ b/python/ppci/c3/lexer.py	Sat Jan 18 18:58:43 2014 +0100
@@ -1,6 +1,4 @@
-import collections
 import re
-
 from ppci import CompilerError, SourceLocation, Token
 
 """