Fix errors found by pychecker

This commit is contained in:
Neal Norwitz 2006-06-11 08:35:14 +00:00
parent e588c2ba97
commit 6aaccc6b55
5 changed files with 11 additions and 8 deletions

View file

@ -729,8 +729,6 @@ class Transformer:
def atom(self, nodelist):
return self._atom_dispatch[nodelist[0][0]](nodelist)
n.lineno = nodelist[0][2]
return n
def atom_lpar(self, nodelist):
if nodelist[1][0] == token.RPAR: