yet another trivial edit

This commit is contained in:
Anthony Scopatz 2015-03-03 20:08:56 -06:00
parent b36b321434
commit 21cb6976bf

View file

@ -394,7 +394,6 @@ class Lexer(object):
t.type = self.pykeyword_map[t.value]
return t
def t_error(self, t):
msg = 'Invalid token {0!r}'.format(t.value[0])
#import pdb; pdb.set_trace()