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

@ -10,6 +10,8 @@
# if no columns listed, all columns are included
# Author: Steve Plimpton (Sandia), sjplimp at sandia.gov
from __future__ import print_function
import sys,os
path = os.environ["LAMMPS_PYTHON_TOOLS"]
sys.path.append(path)

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"