Small fixes

test_pyenvlib.py: it is sys.exit(), not exit()
pysource.py: reinstate nod type of async_func_call
This commit is contained in:
rocky
2017-09-20 11:27:01 -04:00
parent d7b12f4da1
commit 147b6e1cfe
2 changed files with 4 additions and 3 deletions

View File

@@ -408,6 +408,7 @@ class SourceWalker(GenericASTTraversal, object):
self.template_engine(('%c(%P)', 0,
(1, -4, ', ', 100)), node)
self.prec = p
node.type == 'async_call_function'
self.prune()
self.n_async_call_function = n_async_call_function
self.n_build_list_unpack = self.n_build_list