retain compatibility with python2

This commit is contained in:
Axel Kohlmeyer
2022-02-23 10:18:02 -05:00
parent 035a16d6d8
commit 5594868ef2
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
# certain rights in this software. This software is distributed under
# the GNU General Public License.
from __future__ import print_function
# log tool
oneline = "Read LAMMPS log files and extract thermodynamic data"