derive class lammps from object to follow the usual python conventions

This commit is contained in:
Axel Kohlmeyer
2016-07-18 21:13:56 -04:00
parent 3bc1296446
commit 052de8440f

View File

@ -28,8 +28,7 @@ import os
import select
import re
class lammps:
class lammps(object):
# detect if Python is using version of mpi4py that can pass a communicator
has_mpi4py_v2 = False