svn+ssh://bugman@.../svn/relax/trunk
........
r17861 | bugman | 2012-10-16 14:55:24 +0200 (Tue, 16 Oct 2012) | 3 lines
The python print statements in the user manual are now function calls to be Python 3 compatible.
........
r17862 | bugman | 2012-10-16 14:56:56 +0200 (Tue, 16 Oct 2012) | 3 lines
Another print statement to function Python 3 fix for the user manual.
........
r17863 | bugman | 2012-10-16 14:58:50 +0200 (Tue, 16 Oct 2012) | 6 lines
Python 3 fixes for the script for generating plots of magnetic field lines.
The command used was:
2to3 -w graphics/wizards/dipole_pair/VectorFieldPlot.py
........
r17864 | bugman | 2012-10-16 15:01:03 +0200 (Tue, 16 Oct 2012) | 3 lines
Python 3 fixes for non-used Python code - converted print statements to function calls.
........
r17865 | bugman | 2012-10-16 15:02:16 +0200 (Tue, 16 Oct 2012) | 3 lines
Python 3 fixes for one of the test data scripts - print statement with function call replacements.
........
r17866 | bugman | 2012-10-16 15:07:07 +0200 (Tue, 16 Oct 2012) | 3 lines
Removed a debugging printout.
........