Handle 3.0 call_stmt better

This commit is contained in:
rocky
2019-11-16 15:21:59 -05:00
parent dbf2729f76
commit d21d93fd84
3 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ def customize_for_version26_27(self, version):
'testtrue_then': ( 'not %p', (0, 22) ),
})
# FIXME: this should be a transformation
def n_call(node):
mapping = self._get_mapping(node)
key = node