astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Make test case work with python 2 and 3 #47

Closed astahlman closed 5 years ago

astahlman commented 5 years ago

This test case was using print, which produces a syntax error if the default system Python interpreter is python3. print() should work for both python2 and python3.