2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-19 16:32:11 +00:00
Files
Alain O Miniussi d7652823d0 Although single argument print () works in python2, it is still prudent to do have
from __future__ import print_function
as the first line of code in every file.
Thanks to @xnox for the suggestion
2020-06-19 10:17:12 +02:00
..