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 |
|
Alain Miniussi
|
3f917fe1fc
|
use python3 compatible print
|
2020-06-11 22:14:28 +02:00 |
|
Alain Miniussi
|
f691f25d2f
|
For some reason mpi module is now at top level, adapt the mpi python test to that
|
2020-06-11 22:09:43 +02:00 |
|
Matthias Troyer
|
eeb9de3f84
|
Merged final properties and details for release 1.36
[SVN r47490]
|
2008-07-16 20:35:15 +00:00 |
|